diff options
Diffstat (limited to 'example/src/main/resources/index.html')
-rw-r--r-- | example/src/main/resources/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/example/src/main/resources/index.html b/example/src/main/resources/index.html new file mode 100644 index 0000000..46c68c6 --- /dev/null +++ b/example/src/main/resources/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="example.js"></script> +</body> +</html>
\ No newline at end of file |