I
This commit is contained in:
commit
0eb70e55fc
3 changed files with 65 additions and 0 deletions
15
404.html
Normal file
15
404.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>404 Not Found</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Not Found</h1>
|
||||
<p>
|
||||
The requested document was not found on this server.
|
||||
</p>
|
||||
<hr>
|
||||
<address>
|
||||
Web Server at lachrymal.net
|
||||
</address>
|
||||
</body>
|
||||
</html>
|
12
index.html
Normal file
12
index.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>sprite</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>sprite</h1>
|
||||
<a href="/main.html">enter</a>
|
||||
</body>
|
||||
</html>
|
38
main.html
Normal file
38
main.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>sprite</title>
|
||||
</head>
|
||||
<body style="margin: 0;">
|
||||
<!-- SOON -->
|
||||
<div style="display: flex;width: 100vw;height: 100vh;align-items: center;justify-content: center;">
|
||||
<math display="block" style="font-size: 4rem;">
|
||||
<mrow>
|
||||
<msub>
|
||||
<mo movablelimits="false">∫</mo>
|
||||
<mrow>
|
||||
<mi>∂</mi>
|
||||
<mrow>
|
||||
<mi mathvariant="normal">Ω</mi>
|
||||
</mrow>
|
||||
</mrow>
|
||||
</msub>
|
||||
<mi>ω</mi>
|
||||
<mo>=</mo>
|
||||
<msub>
|
||||
<mo movablelimits="false">∫</mo>
|
||||
<mrow>
|
||||
<mi mathvariant="normal">Ω</mi>
|
||||
</mrow>
|
||||
</msub>
|
||||
<mrow>
|
||||
<mi mathvariant="normal">d</mi>
|
||||
</mrow>
|
||||
<mi>ω</mi>
|
||||
</mrow>
|
||||
</math>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue