mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
update website to be almost complete
This commit is contained in:
28
website/dist/templates/default/index.html
vendored
28
website/dist/templates/default/index.html
vendored
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200"> -->
|
||||
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
<link rel="stylesheet" href="/templates/default/style.css">
|
||||
<link rel="stylesheet" href="/templates/main.css">
|
||||
<script defer src="/templates/helper.js"></script>
|
||||
<title>{{ pageName }} :: Home</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<a href="/templates">Back to templates</a> |
|
||||
<a class="home">Home</a> |
|
||||
<a>Tickets</a> |
|
||||
<a>Cart</a> |
|
||||
<a>Account</a> |
|
||||
<button onclick="changeTheme();" id="themeSelector">☽</button>
|
||||
</nav>
|
||||
<div class="content">
|
||||
<img src="/assets/logo.png" alt="libreevent logo" class="logo">
|
||||
<h1>Welcome to YOUR PAGE NAME GOES HERE!</h1>
|
||||
<p>Here you can have a description of your page, however long you want it!</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user