website/minexplorer.html

36 lines
968 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>MineXplorer Word Finder</title>
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
<script src="/assets/js/main.js"></script>
<script src="/assets/js/wordfinder.js"></script>
</head>
<body>
<video autoplay muted loop class="bgvideo" id="bgvideo">
<source src="Untitled.mp4" type="video/mp4">
</video>
<div class="middlething">
<div class="navbar"> <a href="index.html">Main Page </a> <a href="projects.html
">Projects </a><a id="active" href="minexplorer.html">MineXplorer Word Finder </a></div>
<div class="paragraph">
<br>
<br>
<input id="search">
<br>
<br>
<p id="result">hi</p>
</div>
<p class="paragraph bottomtext"><a href="http://git.vern.cc/gnawmon/website" class="link">source code</a></p>
</div>
</body>
</html>