-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 969 Bytes
/
index.html
File metadata and controls
29 lines (29 loc) · 969 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SAM Development Team Website | Le Poggers Site</title>
<link rel="stylesheet" href="/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="SAM Development Team Website | Le Poggers Site"/>
<meta property="og:type" content="website"/>
</head>
<body>
<div class="header">
<h1>SAM Development Team</h1>
</div>
<div class="center">
<p style="font-size: 3.4vh">
This is the official SAM DevTeam site for SAM related applications like SAM Chat and SAM Sound
</p> <br>
<a class="navilink" href="/personal/music">Personal Music</a> <br>
<h1 style="font-size: 4.5vh">Coming Soon</h1>
<a class="navilink">SAM Chat</a> <br>
<a class="navilink">SAM Music</a> <br>
<a class="navilink">Personal Blogs</a> <br>
</div>
<div class="footer">
Check out my new song
</div>
</body>
</html>