vega-frontend-monorepo/apps/static/src/index.html
2022-03-31 09:11:29 +02:00

21 lines
636 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Vega Protocol static asseets</title>
<link rel="stylesheet" href="fonts.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<h1 style="font-family: AlphaLyrae; font-weight: normal">
Vega Protocol static assets
</h1>
<ul>
<li><a href="./fonts.css">AlphaLyrae font</a></li>
<li><a href="./favicon.ico">Favicon</a></li>
</ul>
</body>
</html>