-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (20 loc) · 738 Bytes
/
index.html
File metadata and controls
28 lines (20 loc) · 738 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<title>User Experience | Ayodeji</title>
<meta name="description" content="" />
<meta name="keywords" value="" />
<link rel="stylesheet" href="layout.css" type="text/css" />
<script src="modernizr-1.5.min.js"> </script>
</head>
<body>
<section>
<h3>This is my first Git Project</h3>
</section>
<!-- Grab Google CDN's jQuery. fall back to local if necessary -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="js/lib/jquery-1.4.2.min.js"><\/script>')</script>
<script src="js/site.js"></script>
</body>
</html>