-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (35 loc) · 1.2 KB
/
Copy pathindex.html
File metadata and controls
51 lines (35 loc) · 1.2 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>Project 4</title>
<link rel="icon" href="imgs/star-2.png">
<!-- Link to My CSS Sheet-->
<link rel="stylesheet" type="text/css" href="styles.css">
<!-- Link to fontawesome icons-->
<!-- (just in case)
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
-->
</head>
<body >
<div id="background">
<!--
use star-2 for constellations
<img id="star-1" class="small-star" src="imgs/star-1.png">
<img id="star-2" class="small-star" src="imgs/star-2.png">
<img id="star-3" class="small-star" src="imgs/star-3.png">
-->
<div id="twitter-cont"></div>
<div id="facebook-cont"></div>
<div id="snapchat-cont"></div>
<div id="email-cont"></div>
<div id="insta-cont"></div>
<div id="youtube-cont"></div>
<div id="google-cont"></div>
</div>
</body>
<script src="script.js"></script>
</html>