-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathservices.html
More file actions
36 lines (28 loc) · 812 Bytes
/
services.html
File metadata and controls
36 lines (28 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<head>
<title>Mountio - Services</title>
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css"></link>
<!-- Compiled and minified JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"> </script>
<link rel="stylesheet" href="assets/main.css"></link>
<style>
div {
height: 100px;
width: 100px;
display: inline-block;
background-color: #66ccff;
border-radius: 8px;
margin: 10px;
text-align: center;
}
</style>
</head>
<body>
<div>Websites
<br>
- Themes </div><div>Games</div><div>Apps</div>
</body>
</html>