This repository was archived by the owner on Nov 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.25 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<link href='//fonts.googleapis.com/css?family=Roboto:400,700,300,300italic,500,100,100italic,400italic,500italic,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/bundle.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>React Material</title>
</head>
<body>
<div id="container"></div>
<a href="https://github.com/SanderSpies/react-material" style="z-index:5;">
<img style="position: fixed; top: 0; z-index:1; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png">
</a>
<!--[if IE 8]>
<script src="vendor/console.log.js"></script>
<script src="vendor/es5shim.js"></script>
<script src="vendor/es5sham.js"></script>
<script src="vendor/html5shiv.js"></script>
<![endif]-->
<script src="assets/bundle.js"></script>
</body>
</html>