-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (23 loc) · 940 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Meta Description -->
<meta name='description' content='Photographer Din Ho photographs portfolio website.'>
<meta name='keywords' content='photographer, photograph, picture, collection, freelance, portfolio.'>
<!-- Font Awesome v5 -->
<script src="https://kit.fontawesome.com/cd1bf23aec.js" crossorigin="anonymous"></script>
<!-- Lightbox by Lokesh -->
<link rel="stylesheet" href="/src/lightbox.css">
<!-- Title -->
<link rel="icon" href="/src/assets/logo/cameralogo.png"/>
<title>Din Ho Photography</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script src="/src/lightbox-plus-jquery.js"></script>
</body>
</html>