-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (24 loc) · 947 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.css">
<!-- Font Awesome -->
<script src="https://use.fontawesome.com/8a633ab90f.js"></script>
<!-- Google fonts -->
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Bitter:700' rel='stylesheet' type='text/css'>
<!-- Loading main.css -->
<link rel="stylesheet" type="text/css" href="styles/main.css" media="screen" />
<title>Oize's personal page</title>
</head>
<body>
<div id="container"></div>
<!-- Dependencies -->
<script src="https://fb.me/react-15.0.2.js"></script>
<script src="https://fb.me/react-dom-15.0.2.js"></script>
<!-- Main -->
<script src="./dist/bundle.js"></script>
</body>
</html>