Tweaked meta tags
This commit is contained in:
+13
-9
@@ -1,12 +1,16 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang = "en">
|
<html lang = "en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset = "UTF-8">
|
<meta charset = "UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/semantic-ui@2.4.0/dist/semantic.min.css"></link>
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/semantic-ui@2.4.0/dist/semantic.min.css"></link>
|
||||||
</head>
|
|
||||||
<body>
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||||
<div id = "root"></div>
|
<meta http-equiv="Pragma" content="no-cache" />
|
||||||
<script src="/app.bundle.js?v=4"></script>
|
<meta http-equiv="Expires" content="0" />
|
||||||
</body>
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id = "root"></div>
|
||||||
|
<script src="/app.bundle.js?v=4"></script>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user