mirror of
https://github.com/Paul-Houser/StartTree.git
synced 2024-11-22 07:13:14 +01:00
22 lines
556 B
HTML
22 lines
556 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" type="text/css" href="./styles/style.css">
|
|
<title>Home</title>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="prompt">~<span> λ</span> tree</div>
|
|
<div class="row">
|
|
<!-- Columns start -->
|
|
</div>
|
|
<div class="prompt">~<span> λ</span> ddg</div>
|
|
<form action="https://duckduckgo.com/" method="GET">
|
|
<h1>search: </h1>
|
|
<input type="text" name="q" autofocus="autofocus">
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html>
|