-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 983 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html><html>
<head>
<meta charset="utf-8">
<!-- if render blocking js: link(rel="prefetch",href="./script.js")-->
<title>Hello, World!</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- link(href='https://unpkg.com/@tailwindcss/browser@4',rel='stylesheet')-->
<!--link(href='https://unpkg.com/@tailwindcss/browser@4.0.3/dist/index.global.js',rel='stylesheet')--><script src="https://unpkg.com/@tailwindcss/browser@4"></script>
<!--script(src='./script.js',async)-->
</head>
<!--<body>-->
<!-- h1 Hello, World!-->
<!-- if render blocking js: script(src='./script.js')//link(rel="stylesheet",href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.16/dist/tailwind.min.css")
-->
<body class="bg-background text-screen font-monospace h-screen flex items-center justify-center">
<h1 class="text-4xl">Welcome to the Old School Terminal</h1>
<p>This is a simple website styled with TailwindCSS and Pug.</p>
</body>
<!-- </body>--></html>