fix broken build

This commit is contained in:
Danny Spina
2023-06-20 09:39:22 +02:00
parent 460bdc1e24
commit 2234aca53f
6 changed files with 385 additions and 209 deletions

25
dist/not_blazed.html vendored
View File

@@ -1,24 +1 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blaze</title>
<style>
body {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
height: 100dvh;
margin: 0;
padding: 0;
flex-direction: column;
}
</style>
</head>
<body>
<h2>This page can not be blazed... Sorry!</h2>
<a href="/ooops">Why does not work?</a>
</body>
</html>
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Blaze</title><style>body{text-align:center;display:flex;align-items:center;justify-content:center;height:100dvh;margin:0;padding:0;flex-direction:column}</style></head><body><h2>This page can not be blazed... Sorry!</h2><a href="/ooops">Why does not work?</a></body></html>