28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<script src="https://unpkg.com/htmx.org@2.0.4"></script>
|
|
<script src="js/main.js"></script>
|
|
<link rel="stylesheet" href="css/main.css">
|
|
<title>#(title)</title>
|
|
</head>
|
|
<body>
|
|
<!-- <div class="dropdown"> -->
|
|
<!-- <button id="test-dropdown" -->
|
|
<!-- onClick="showDropdownContent('myDropdown')" -->
|
|
<!-- class="dropbtn" -->
|
|
<!-- > -->
|
|
<!-- Dropdown -->
|
|
<!-- </button> -->
|
|
<!-- <div id="myDropdown" class="dropdown-content"> -->
|
|
<!-- <a href="#" id="home" onClick="updateDropDownSelection('test-dropdown', 'home')">Home</a> -->
|
|
<!-- <a href="#" id="about" onClick="updateDropDownSelection('test-dropdown', 'about')">About</a> -->
|
|
<!-- <a href="#" id="contact" onClick="updateDropDownSelection('test-dropdown', 'contact')">Contact</a> -->
|
|
<!-- </div> -->
|
|
<!-- </div> -->
|
|
#import("content")
|
|
</body>
|
|
</html>
|