cv-site/src/app.html

16 lines
457 B
HTML
Raw Normal View History

2021-10-02 14:29:49 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.png" />
2021-10-04 18:24:20 +02:00
<link rel="stylesheet" href="/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
2021-10-02 14:29:49 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
2021-10-11 22:18:42 +02:00
<title>Gianmarco Pettinato</title>
2021-10-02 14:29:49 +02:00
%svelte.head%
</head>
2021-10-10 21:44:53 +02:00
<body id="svelte">
%svelte.body%
2021-10-02 14:29:49 +02:00
</body>
</html>