-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
30 lines (29 loc) · 888 Bytes
/
Copy pathproject.html
File metadata and controls
30 lines (29 loc) · 888 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
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="./scripts/project-main.script.js" type="module" defer></script>
<link href="./styles/main.style.css" rel="stylesheet" />
<link href="https://cdn.lineicons.com/4.0/lineicons.css" rel="stylesheet" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/favicon.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./assets/favicon-16x16.png"
/>
<link rel="shortcut icon" href="./assets/favicon.ico" />
<title>Document</title>
</head>
<body class="body-project" id="project-page">
<footer class="footer">
<img class="logo" src="assets/my-logo.svg" alt="Lukas Jasiukaitis logo" />
</footer>
</body>
</html>