pages/anime.html (view raw)
1<!DOCTYPE html>
2<html lang="en">
3
4<head>
5 <meta charset="UTF-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <meta http-equiv="X-UA-Compatible" content="ie=edge">
8 <link rel="stylesheet" href="../res/style.css">
9 <link href="https://pvinis.github.io/iosevka-webfont/3.4.1/iosevka.css" rel="stylesheet" />
10</head>
11
12<body>
13 <h1>Anime I watched</h1>
14 <!--
15JoJo's Bizarre Adventure
16Gurren Lagann
17Dragon Quest Dai's Adventure (remake 2021)
18 -->
19</body>
20
21</html>