-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·29 lines (22 loc) · 962 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fontsource/[email protected]/index.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@primer/[email protected]/dist/primer.min.css">
<link rel="stylesheet" href="assets/css/main.css"/>
<title>Sips & Pies </title>
<!-- Meta Description -->
<meta name="description" content="Sips & Pies – Opening in spring 2025">
</head>
<body data-color-mode="auto" data-light-theme="light" data-dark-theme="dark" class="p-12">
<div class="container">
<h1 class="screen-reader-text">Sips & Pies</h1>
<p id="type"></p>
</div>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/index.umd.min.js"></script>
<script src="assets/js/app.js"></script>
</body>
</html>