-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 948 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>5C Hackathon Resources</title>
<link rel="stylesheet" type="text/css" href="//oss.maxcdn.com/semantic-ui/2.1.4/semantic.min.css">
<script src="https://fb.me/react-15.0.1.js"></script>
<script src="https://fb.me/react-dom-15.0.1.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js"></script>
</head>
<body>
<div style="padding-top: 25px;" class="ui center aligned container">
<div class="ui blue segment">
<h1 class="ui icon header">
<i class="settings icon"></i>
<div class="content">
Hackathon Resources
<div class="sub header">A list of software, guides, and other resources.</div>
</div>
</h1>
</div>
<div id="main-content"></div>
</div>
<script type="text/babel" src="app.jsx"></script>
</body>
</html>