-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
21 lines (21 loc) · 894 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Mike Rapadas</title>
<link type="text/css" rel="stylesheet" href="node_modules/skeleton-css/css/normalize.css">
<link type="text/css" rel="stylesheet" href="node_modules/skeleton-css/css/skeleton.css">
<link type="text/css" rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.css">
<link type="text/css" rel="stylesheet" href="node_modules/devicon/devicon.css">
<link type="text/css" rel="stylesheet" href="src/css/styles.css">
<script src="node_modules/react/dist/react.js"></script>
<script src="node_modules/react-dom/dist/react-dom.js"></script>
<script src="node_modules/babel-core/browser.js"></script>
</head>
<body>
<div class="page-wrapper">
<div id="content"></div>
</div>
<script type="text/babel" src="src/app.js"></script>
</body>
</html>