34 lines
1.0 KiB
HTML
34 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>My HTML File</title>
|
||
<style>
|
||
@font-face {
|
||
font-family: 'Pusab';
|
||
src: url('https://everwheredash.github.io/Config/PUSAB___.otf') format('opentype');
|
||
}
|
||
|
||
body {
|
||
font-family: 'Pusab', sans-serif;
|
||
}
|
||
|
||
.white-text {
|
||
color: white;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<a href="https://everywheredash.github.io/">Everywhere Dash</a>
|
||
<div class="white-text"> </div>
|
||
<div class="white-text">Version: 1.1</div>
|
||
<div class="white-text"> </div>
|
||
<div class="white-text">Developer: Sotospro24</div>
|
||
<div class="white-text"> </div>
|
||
<div><a href="https://scratch.mit.edu/projects/222288445/">Original by Kouzeru</a></div>
|
||
<div class="white-text"> </div>
|
||
<a href="https://github.com/everywheredash/everywheredash.github.io/">Github</a>
|
||
</body>
|
||
</html>
|