26 lines
962 B
HTML
26 lines
962 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Uiharu</title>
|
|
<link href="/assets/style.css" type="text/css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div class="uiharu">
|
|
<div class="uiharu-inner">
|
|
<div class="uiharu-header">
|
|
<div class="uiharu-logo">
|
|
<img src="/assets/uiharu-logo.png" alt="Awaki">
|
|
</div>
|
|
<div class="uiharu-description">
|
|
<p>Metadata lookup service for <a href="//flashii.net" rel="noopener">Flashii</a></p>
|
|
</div>
|
|
</div>
|
|
<div class="uiharu-footer">
|
|
<a href="https://flash.moe" target="_blank" rel="noopener">flashwave</a> 2021-2023
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|