glink-website/public/error.html

13 lines
259 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>404 Page</title>
<style>@font-face {
font-family:Rubik;
src:url(css/fonts/Rubik-Medium.ttf);
}</style>
</head>
<body>
<h1 style="font-family: Rubik">OOPS! Page not found</h1>
</body>
</html>