Files
Tempest/client/main.html

11 lines
285 B
HTML
Raw Permalink Normal View History

<head>
<title>K12 Tempest</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meteor-bundled-css />
<link rel="icon" type="image/x-icon" href="/favicon.png">
</head>
<body style="height: 100%">
<div id="react-target" style="height: 100%"></div>
</body>