forked from crhcrh/tiny-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·33 lines (24 loc) · 998 Bytes
/
index.html
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<h1>Let's develop it!</h1>
<p> this is some text that is pretty meaninglesshere are some changes to this text.yay.</p>
<p> and here's some extra random text.</p>
<P> These are clark's changes right here!</P>
<P> These are ginger's changes right here!</P>
<h4>Everyone loves Git!!! RIGHT???</h4>
<img src ="images/cat_sleeping_train.jpg">
<img src="images/adorbs_kitteh.jpg">
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>