mirror of
https://git.alemi.dev/fedicharter.git
synced 2024-11-10 02:59:20 +01:00
40 lines
657 B
HTML
40 lines
657 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body {
|
|
color: #eeeeee;
|
|
background-color: #111111;
|
|
font-family: monospace;
|
|
}
|
|
h1 {
|
|
color: #bf616a;
|
|
}
|
|
input[type="text"] {
|
|
color: #bf616a;
|
|
background-color: #111111;
|
|
border: solid;
|
|
border-width: 1px;
|
|
outline: none;
|
|
font-family: monospace;
|
|
}
|
|
input[type="submit"] {
|
|
border: 0;
|
|
background: #111111;
|
|
box-shadow: none;
|
|
border: solid;
|
|
border-width: 1px;
|
|
color: #bf616a;
|
|
margin: 5px;
|
|
padding-top: 2px;
|
|
padding-bottom: 3px;
|
|
cursor: pointer;
|
|
}
|
|
</style>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<h1>fediverse navigator</h1>
|
|
<h3>heavily under construction</h3>
|
|
<div id="#app"></div>
|
|
</body>
|
|
</html>
|