mirror of
https://github.com/mrfluffy-dev/assignment.git
synced 2026-01-17 05:40:34 +00:00
initial commit
This commit is contained in:
24
public/pages/template.html
Normal file
24
public/pages/template.html
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Mrfluffy-Dev</title>
|
||||
<script src="/pages/loadSrc.js"></script>
|
||||
</head>
|
||||
<body onload="loadSidebar()">
|
||||
<div id="sidebar">
|
||||
<!-- Sidebar content will be loaded dynamically here -->
|
||||
</div>
|
||||
|
||||
<div id="toggle-btn" onclick="toggleSidebar()">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
|
||||
<path fill="currentColor" d="M3 13h18v-2H3v2zm0 5h18v-2H3v2zm0-10v2h18V8H3z"/>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<h1>Welcome to my website!</h1>
|
||||
<p>This is the main content area. You can place your text, images, and other elements here.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user