-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (17 loc) · 761 Bytes
/
index.html
File metadata and controls
29 lines (17 loc) · 761 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="description" content="linux nerd,coding ">
<meta name="keywords" content="portfolio,person,website,inspiration,html,css,pico-website,dev website,dev">
<meta charset="UTF-8">
<script src="https://kit.fontawesome.com/e1f630e4c8.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="img/favicon.png">
<script type="text/javascript" src="js/theme.js"></script>
<title>Home • asy</title>
</head>
<body>
</body>
</html>