1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-26 09:54:19 +00:00
triennale-appunti-steffo/src/template.html

20 lines
478 B
HTML
Raw Normal View History

2020-06-18 17:46:40 +00:00
<!DOCTYPE html>
<html lang="it">
2020-08-21 16:33:22 +00:00
<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>
2020-06-18 17:46:40 +00:00
</html>