mirror of
https://github.com/sudomesh/disaster-radio.git
synced 2026-03-03 15:34:00 +01:00
15 lines
269 B
HTML
15 lines
269 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Disaster Radio</title>
|
|
<link rel="stylesheet" href="build/index.css">
|
|
</head>
|
|
<body>
|
|
<h1>Disaster Radio</h1>
|
|
<div id="container">
|
|
|
|
</div>
|
|
<script src="build/bundle.js"></script>
|
|
</body>
|
|
</html>
|