feat: add noscript tag

This commit is contained in:
gabrielsozinho
2022-12-31 14:57:11 -03:00
parent 51b5ef6122
commit f8bebb0a14
2 changed files with 17 additions and 1 deletions
+13
View File
@@ -4,6 +4,19 @@ body {
font-family: "Helvetica Neue", Helvetica;
}
noscript p{
text-align: center;
background-color: rgb(255, 228, 196);
margin: 0 auto;
width: 80vw;
padding: 25px 0;
margin-top: 80px;
border-radius: 10px;
border: 1px solid rgb(255, 204, 153);
margin-bottom: 20px;
display: flex-wrap;
}
#body {
margin: 0 auto;
position: relative;
+4 -1
View File
@@ -6,7 +6,10 @@
<script type="text/javascript" src="js/d3.v3.min.js"></script>
<title>OSINT Framework</title>
</head>
<noscript>
<p>Sorry, Your browser does not support JavaScript! Activate JavaScript on your browser or look for a compatible
browser to use the site.</p>
</noscript>
<body>
<div id="body">
<div id="header">