mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-26 01:44:20 +00:00
19 lines
478 B
HTML
19 lines
478 B
HTML
<!DOCTYPE html>
|
|
<html lang="it">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title><% preact.title %></title>
|
|
<meta content="width=device-width,initial-scale=1" name="viewport">
|
|
<link href="/favicon.ico" rel="icon" type="image/x-icon"/>
|
|
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon"/>
|
|
<style>
|
|
body {
|
|
background-color: #0d193b;
|
|
}
|
|
</style>
|
|
<% preact.headEnd %>
|
|
</head>
|
|
<body>
|
|
<% preact.bodyEnd %>
|
|
</body>
|
|
</html>
|