react-hackathon-board
Version:
Hackathon board with React/node/mongo
14 lines (13 loc) • 461 B
HTML
<html lang="en">
<head>
<title>React Hackathon Board</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href='https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.6/components/icon.min.css'>
</head>
<body>
<div id="root" style="height: 100%"></div>
</body>
</html>