-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (45 loc) · 2.11 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv=”content-language” content=”en-us”/>
<meta name="theme-color" content="#ffffff">
<link rel=“canonical” href=“https://prahok.co/” />
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Dave Liao" />
<meta name="keywords" content="business,consultant,work,management" />
<meta name="description" content="Prahok is a neighborhood agency focused on work management solutions. They offer consulting for tool and process needs." />
<meta property="og:title" content="Prahok | Work Management" />
<meta property="og:url" content="https://prahok.co" />
<meta property="og:image" content="https://prahok.co/logo-fb.png" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
<title>Prahok | Work Management</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z3W56MNSPF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Z3W56MNSPF');
</script>
<script src="https://kit.fontawesome.com/91daa770d3.js" crossorigin="anonymous"></script>
</head>
<body>
<div>
<br/>
<br/>
<object data="logo.svg" width="70%"> </object>
</div>
<div class="description">
Prahok is a neighborhood agency focused on work management solutions. We offer consulting for tool and process needs.
</div>
<div class="sidebar">
<br/><b>Did you know?</b> Prahok [prah-hok] (ប្រហុក) is a crushed, salted fish paste used in Cambodian cuisine as a seasoning.
<br/>
<br/>©2025 Prahok. Made with <i class="fa-solid fa-heart fa-beat" style="--fa-animation-duration: 2s;"></i> in Philadelphia, PA.
</div>
</body>
</html>