mirror of
https://github.com/cupcakearmy/blaze.git
synced 2024-12-22 16:26:26 +00:00
Add back button
This commit is contained in:
parent
9fbccb876b
commit
09af39d6c7
28
dist/not_blazed.html
vendored
28
dist/not_blazed.html
vendored
@ -1 +1,27 @@
|
|||||||
<!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>
|
<!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 {
|
||||||
|
font-family: sans-serif;
|
||||||
|
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>
|
||||||
|
<br />
|
||||||
|
<a href="#" role="button" onclick="history.back()">Go back</a>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user