16 lines
413 B
HTML
16 lines
413 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Barite</title>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<link rel="icon" href="favicon.png">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
</head>
|
|
|
|
<body>
|
|
<img src="icon.svg">
|
|
<h1>soon.</h1>
|
|
</body>
|
|
</html>
|