-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathesh.0.index.html
More file actions
41 lines (27 loc) · 1.04 KB
/
esh.0.index.html
File metadata and controls
41 lines (27 loc) · 1.04 KB
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
38
39
40
41
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no">
<link rel="icon" type="image/png" href="logo-white.png">
<link rel="stylesheet" href="index.css">
<title>Software - Y Software AB - Andrei Neculau</title>
</head>
<body data-bs-spy="scroll" data-bs-target="#navbar-menu">
<div id="top"></div>
<%+ esh.5.header.html %>
<%+ esh.10.get-in-touch.html %>
<%+ esh.20.what.html %>
<%+ esh.25.why.html %>
<%+ esh.30.where.html %>
<%+ esh.35.who.html %>
<%+ esh.90.footer.html %>
<%+ esh.91.y-trivia.html %>
<img src="assets/saltsjobaden.webp" width="100%" style="margin-top:-10%">
<script src="assets/node_modules/lodash/lodash.js"></script>
<script src="assets/node_modules/bootstrap/dist/js/bootstrap.bundle.js"></script>
<script src="assets/node_modules/typed.js/lib/typed.js"></script>
<script src="index.js"></script>
</body>
</html>