aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/src/main/html/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'language-web/src/main/html/index.html')
-rw-r--r--language-web/src/main/html/index.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/language-web/src/main/html/index.html b/language-web/src/main/html/index.html
deleted file mode 100644
index f404aa8a..00000000
--- a/language-web/src/main/html/index.html
+++ /dev/null
@@ -1,16 +0,0 @@
1<!DOCTYPE html>
2<html lang="en-US">
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 <title>Refinery</title>
7 </head>
8 <body>
9 <noscript>
10 <p>
11 This application requires JavaScript to run.
12 </p>
13 </noscript>
14 <div id="app"></div>
15 </body>
16</html>