We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efbc66 commit e3c64b7Copy full SHA for e3c64b7
source/index.html
@@ -0,0 +1,17 @@
1
+<!DOCTYPE html>
2
+<html class="no-js" lang="pt-BR" xml:lang="pt-BR">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title></title>
6
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge">
7
+ <meta name="viewport" content="width=device-width,initial-scale=1">
8
+ <script type="text/javascript">
9
+ // to identify if javascript is active
10
+ var tagHtml = document.getElementsByTagName("html")[0];
11
+ tagHtml.className = tagHtml.className.replace('no-js', 'js');
12
+ </script>
13
+ </head>
14
+ <body>
15
+
16
+ </body>
17
+</html>
source/main.js
source/style.scss
0 commit comments