2020-12-10 03:24:05 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Website-Finder</title>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<link rel="stylesheet" type="text/css" href="./index.css">
|
|
|
|
<script type="text/javascript" src="./index.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2020-12-11 01:56:50 +01:00
|
|
|
<div id="rest">
|
|
|
|
<h1>WEBSITE-FINDER</h1>
|
|
|
|
<button onclick="findWebsites()">Find websites!</button>
|
|
|
|
<p>STATUS: STOPPED</p>
|
|
|
|
<p>COUNT:</p>
|
|
|
|
<p>CHECKING:</p>
|
|
|
|
</div>
|
2020-12-10 03:24:05 +01:00
|
|
|
<div id="list">
|
|
|
|
<ul>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|