-
Notifications
You must be signed in to change notification settings - Fork 0
/
weight-of-code.html
37 lines (35 loc) · 935 Bytes
/
weight-of-code.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>The Weight of your Code</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="./styles/output.css"
type="text/css"
media="screen"
/>
<script
defer
data-domain="aswinmohan.me"
data-api="/stats/api/event"
src="/stats/js/script.js"
></script>
</head>
<body>
<header class="flex items-center justify-between">
<p><a href="/">back to home</a></p>
<p>2022-Apr-25</p>
</header>
<article>
<h1></h1>
<p>
Be mindful of the weight of your code. The dependenices add wedight, you
have to make sure the extra weight is doable.
</p>
</article>
</body>
</html>