forked from bwilliford/portfolio-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (19 loc) · 690 Bytes
/
index.html
File metadata and controls
25 lines (19 loc) · 690 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
<html>
<head>
<title>My First Portfolio</title>
<meta charset="UTF-8">
<meta name="description" content="Portfolio">
<meta name="keywords" content="Design, UX, UI, Portfolio">
<meta name="author" content="">
<!-- CSS / Styling -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<link rel="stylesheet" href="css/style.css">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<h1>This is my portfolio!</h1>
<!-- JS -->
<script src="js/main.js"></script>
</body>
</html>