Update index.html

This commit is contained in:
Sam 2023-03-04 17:22:49 +03:00 committed by GitHub
parent b810504b96
commit 4f5d32ea46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,10 @@
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head> </head>
<body> <body>
<div class="container">
<div class="serial"></div> <div class="serial"></div>
<span class="generate">Generate</span> <span class="generate">Generate</span>
</div>
<script src="main.js"></script> <script src="main.js"></script>
</body> </body>
</html> </html>