Update static/index.html
Browse files- static/index.html +1 -2
static/index.html
CHANGED
@@ -4,8 +4,7 @@
|
|
4 |
<meta charset="utf-8">
|
5 |
<meta name="viewport" content="width=device-width">
|
6 |
<title>Sema Translator</title>
|
7 |
-
<link rel="stylesheet" href="style.css" />
|
8 |
-
<py-script src="modules/app.py"></py-script>
|
9 |
</head>
|
10 |
<body>
|
11 |
<div class="Header">
|
|
|
4 |
<meta charset="utf-8">
|
5 |
<meta name="viewport" content="width=device-width">
|
6 |
<title>Sema Translator</title>
|
7 |
+
<link rel="stylesheet" href="static/style.css" />
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="Header">
|