This repository has been archived on 2021-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
news_channel/html/index.html

14 lines
297 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<main>
<!-- Push content here -->
</main>
<script src="/bundle.js"></script>
</body>
</html>