25 lines
No EOL
721 B
HTML
25 lines
No EOL
721 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<link href="index.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="logo-wrapper">
|
|
<img src="uv.png" class="logo">
|
|
<div class="text">Ultraviolet</div>
|
|
</div>
|
|
<form>
|
|
<input placeholder="Search the web">
|
|
</form>
|
|
<footer>
|
|
<a href="https://github.com/titaniumnetwork-dev">Titanium Network</a>
|
|
<a href="https://github.com/tomphttp">TOMP</a>
|
|
<a href="https://github.com/titaniumnetwork-dev/Ultraviolet">GitHub</a>
|
|
|
|
<a href="" style="margin-left: auto">License</a>
|
|
<span>Ultraviolet 2022</span>
|
|
</footer>
|
|
</body>
|
|
</html> |