18 lines
343 B
HTML
18 lines
343 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<!-- I don't know, why i make comments -->
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" src="just.css">
|
|
<link rel="author" src="git.uwushka.cc/nouwushka">
|
|
<title>uwu.dev</title>
|
|
<link rel="icon" href="img/favicon.png" type="image/png">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>DEPLOY TEST...</h1>
|
|
|
|
</body>
|
|
</html>
|