-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (25 loc) · 1.01 KB
/
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
<!DOCTYPE HTML>
<html>
<head>
<title>Wiki - IEEE at UCLA</title>
<meta charset='utf-8' />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
<!-- FONT AWESOME -->
<script src="https://use.fontawesome.com/348865e609.js"></script>
<!-- HIGHLIGHTJS -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-dark.min.css">
<!-- FAVICON -->
<link rel='icon' href='./public/favicon.ico' />
<!-- STYLESHEETS -->
<link rel='stylesheet' type='text/css' href='./public/content.css' />
<link rel='stylesheet' type='text/css' href='./public/default.css' />
<link rel='stylesheet' type='text/css' href='./public/form.css' />
</head>
<body>
<div id='app'></div>
<script src='./app/index.jsx'></script>
</body>
</html>