diff options
author | romangraef <romangraef@users.noreply.github.com> | 2022-08-26 13:32:11 +0000 |
---|---|---|
committer | romangraef <romangraef@users.noreply.github.com> | 2022-08-26 13:32:11 +0000 |
commit | 8aec620283e5124cc93a39d58a306dfe412b0e96 (patch) | |
tree | 0ab8653284ad47838a8945d13470b6b9b633a359 /beta/index.html | |
download | exhq.github.io-8aec620283e5124cc93a39d58a306dfe412b0e96.tar.gz exhq.github.io-8aec620283e5124cc93a39d58a306dfe412b0e96.tar.bz2 exhq.github.io-8aec620283e5124cc93a39d58a306dfe412b0e96.zip |
deploy: ed5889d825e6ac63973692700ea5cbdaae6500f8gh-pages
Diffstat (limited to 'beta/index.html')
-rw-r--r-- | beta/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/beta/index.html b/beta/index.html new file mode 100644 index 0000000..dfa64ec --- /dev/null +++ b/beta/index.html @@ -0,0 +1,13 @@ +<!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>Document</title> +</head> +<body> +<script src="exhqwebsitebeta.js"></script> +</body> +</html>
\ No newline at end of file |