mirror of
https://github.com/JustusPlays78/ChangelogApp.git
synced 2025-06-27 20:35:16 +00:00
Checkbox + hopyfully final frontend changes
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Changelog App</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||||
<link href="./components/css/main.css" rel="stylesheet">
|
||||
<script defer src="components/js/renderer.js"></script>
|
||||
</head>
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
|
||||
@ -21,20 +22,14 @@
|
||||
</script>
|
||||
|
||||
<body class="bg-gray-900 text-gray-100">
|
||||
<!--Header-->
|
||||
<div id="header"></div>
|
||||
|
||||
<!--Home-->
|
||||
<div id="homeDiv"></div>
|
||||
<!--Days-->
|
||||
<div id="pushDiv" style="display: none;"></div>
|
||||
<!--Settings-->
|
||||
<div id="settingsDiv" style="display: none;"></div>
|
||||
|
||||
<!--Footer-->
|
||||
<div id="footer"></div>
|
||||
|
||||
|
||||
<script src="components/js/frontend_handle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user