diff options
| author | nea <romangraef@loves.dicksinhisan.us> | 2021-12-06 22:58:45 +0100 |
|---|---|---|
| committer | nea <romangraef@loves.dicksinhisan.us> | 2021-12-06 22:58:45 +0100 |
| commit | 6b44e60fc4efc23a30f16492bf9dc17aa30b66c5 (patch) | |
| tree | 49af50b6260af48dc43c54fb1dd1dcb2a82dbd51 /src/main/resources | |
| download | neamoe-6b44e60fc4efc23a30f16492bf9dc17aa30b66c5.tar.gz neamoe-6b44e60fc4efc23a30f16492bf9dc17aa30b66c5.tar.bz2 neamoe-6b44e60fc4efc23a30f16492bf9dc17aa30b66c5.zip | |
Awful react version
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/resources/index.html b/src/main/resources/index.html new file mode 100644 index 0000000..31e2631 --- /dev/null +++ b/src/main/resources/index.html @@ -0,0 +1,15 @@ +<!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> +<div id="root"></div > +<script type="text/javascript" src="neamoe.js"></script> +</body> +</html>
\ No newline at end of file |
