feathermost/index.html

12 lines
243 B
HTML
Raw Normal View History

2020-03-24 21:47:39 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Battermost</title>
</head>
<body>
<script type="text/javascript" src="main.js"></script>
</body>
</html>