diff options
author | romangraef <romangraef@users.noreply.github.com> | 2021-12-09 02:16:51 +0000 |
---|---|---|
committer | romangraef <romangraef@users.noreply.github.com> | 2021-12-09 02:16:51 +0000 |
commit | 54387b7c753ff0856860b19f055c1a6f00a8e7db (patch) | |
tree | 418a9a60cc0eb216ded2f991a5d4e15a6498a210 /index.html | |
download | neamoe-54387b7c753ff0856860b19f055c1a6f00a8e7db.tar.gz neamoe-54387b7c753ff0856860b19f055c1a6f00a8e7db.tar.bz2 neamoe-54387b7c753ff0856860b19f055c1a6f00a8e7db.zip |
deploy: ddf592aa0c1f48a09599e6982cb2e20dd4b56545
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..ca5f28f --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" + content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <title>Nea Moe</title> +</head> +<body> +<noscript>You need to enable JavaScript to run this app.</noscript> +<script type="text/javascript" src="neamoe.js"></script> +</body> +</html>
\ No newline at end of file |