mirror of
https://github.com/Rushilwiz/neurosecure.git
synced 2025-04-08 06:10:18 -04:00
22 lines
532 B
HTML
22 lines
532 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document<title>
|
|
<style lang="sass" src="/css/index.sass"></style>
|
|
</head>
|
|
<body>
|
|
<section class="hero">
|
|
<div id="hero">
|
|
<h1>
|
|
Neuro<br />Secure
|
|
</h1>
|
|
<h3>
|
|
A product to revolutionize the field of cybersecurity.
|
|
</h3>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
</html> |