Format HTML

This commit is contained in:
ekzyis 2023-09-09 22:52:50 +02:00
parent 011b2eff0a
commit e14a3c824d
6 changed files with 254 additions and 236 deletions

View File

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>delphi.market</title> <title>delphi.market</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" /> <link rel="icon" type="image/x-icon" href="/favicon.ico" />
@ -15,6 +16,7 @@
<script defer src="/hotreload.js"></script> <script defer src="/hotreload.js"></script>
{{ end }} {{ end }}
</head> </head>
<body> <body>
<header class="flex flex-row text-center justify-center pt-1"> <header class="flex flex-row text-center justify-center pt-1">
<nav> <nav>
@ -77,4 +79,5 @@
</div> </div>
</body> </body>
<script src="/market.js"></script> <script src="/market.js"></script>
</html> </html>

View File

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>delphi.market</title> <title>delphi.market</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" /> <link rel="icon" type="image/x-icon" href="/favicon.ico" />
@ -14,6 +15,7 @@
<script defer src="/hotreload.js"></script> <script defer src="/hotreload.js"></script>
{{ end }} {{ end }}
</head> </head>
<body> <body>
<header class="flex flex-row text-center justify-center pt-1"> <header class="flex flex-row text-center justify-center pt-1">
<nav> <nav>
@ -50,4 +52,5 @@
</div> </div>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>delphi.market</title> <title>delphi.market</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" /> <link rel="icon" type="image/x-icon" href="/favicon.ico" />
@ -14,6 +15,7 @@
<script defer src="/hotreload.js"></script> <script defer src="/hotreload.js"></script>
{{ end }} {{ end }}
</head> </head>
<body> <body>
<header class="flex flex-row text-center justify-center pt-1"> <header class="flex flex-row text-center justify-center pt-1">
<nav> <nav>
@ -73,4 +75,5 @@
} }
}, 1000) }, 1000)
</script> </script>
</html> </html>

View File

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>delphi.market</title> <title>delphi.market</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" /> <link rel="icon" type="image/x-icon" href="/favicon.ico" />
@ -11,6 +12,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#091833" /> <meta name="theme-color" content="#091833" />
</head> </head>
<body> <body>
<header class="flex flex-row text-center justify-center pt-1"> <header class="flex flex-row text-center justify-center pt-1">
<nav> <nav>
@ -31,4 +33,5 @@
<div class="font-mono mb-1">Not Found</div> <div class="font-mono mb-1">Not Found</div>
</div> </div>
</body> </body>
</html> </html>

View File

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>delphi.market</title> <title>delphi.market</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" /> <link rel="icon" type="image/x-icon" href="/favicon.ico" />
@ -11,6 +12,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#091833" /> <meta name="theme-color" content="#091833" />
</head> </head>
<body> <body>
<header class="flex flex-row text-center justify-center pt-1"> <header class="flex flex-row text-center justify-center pt-1">
<nav> <nav>
@ -31,4 +33,5 @@
<div class="font-mono mb-1">Method Not Allowed</div> <div class="font-mono mb-1">Method Not Allowed</div>
</div> </div>
</body> </body>
</html> </html>

View File

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>delphi.market</title> <title>delphi.market</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" /> <link rel="icon" type="image/x-icon" href="/favicon.ico" />
@ -11,6 +12,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#091833" /> <meta name="theme-color" content="#091833" />
</head> </head>
<body> <body>
<header class="flex flex-row text-center justify-center pt-1"> <header class="flex flex-row text-center justify-center pt-1">
<nav> <nav>
@ -31,4 +33,5 @@
<div class="font-mono mb-1">Internal Server Error</div> <div class="font-mono mb-1">Internal Server Error</div>
</div> </div>
</body> </body>
</html> </html>