25 lines
343 B
HTML
25 lines
343 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>FSB</title>
|
|
<link href="./css/index.css" rel="stylesheet" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
|
|
<nav class="navbar bg-primary">
|
|
<h1>
|
|
FSB
|
|
</h1>
|
|
</nav>
|
|
<div class="app">
|
|
|
|
<div id="eventList"></div>
|
|
</div>
|
|
|
|
|
|
<script src="./js/bundle.js"></script>
|
|
|
|
</body>
|
|
</html>
|