1<!DOCTYPE html>
 2<html lang="en">
 3  <!--
 4    ___      _____     _
 5   / _ \ _ _|_   _|_ _| | _____
 6  | | | | '_ \| |/ _` | |/ / _ \
 7  | |_| | | | | | (_| |   <  __/
 8   \___/|_| |_|_|\__,_|_|\_\___|
 9
10  Copyright 2023 Louis Dalibard.
11  let's all love lain.
12  let's all love lain.
13  let's all love lain.
14  let's all love lain.
15  let's all love lain.
16  let's all love lain.
17  let's all love lain.
18  let's all love lain.
19  let's all love lain.
20  let's all love lain.
21  -->
22
23  <head>
24    <!-- Stylesheet-->
25    <link rel="stylesheet" type="text/css" href="style.css" />
26    <!-- Title Element-->
27    <title>let's all love lain.</title>
28    <!-- Icon-->
29    <link rel="icon" type="image/webp" href="assets/favicon_16px.png" />
30    <!-- Main Script Handling All Effects-->
31    <!-- Script for all pages-->
32    <!-- Metadata-->
33    <meta property="og:type" content="website" />
34    <meta property="og:url" content="https://ontake.dev/" />
35    <meta property="og:title" content="Introduction" />
36    <meta name="viewport" content="width=device-width, initial-scale=0.1" />
37  </head>
38
39  <body>
40    <div class="letsalllovelain">let's all love lain</div>
41    <div class="lain">
42    <img src="assets/lain.gif"></img>
43  </div>
44    <script src="main.js"></script>
45  </body>
46</html>