Skip to content

Commit 6c80b42

Browse files
committed
init
0 parents  commit 6c80b42

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

root/exclaimer-internal-board.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>Exclaimer Internal Job Board</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<script src="https://boards.eu.greenhouse.io/embed/job_board/js?for=exclaimerinternal"></script>
8+
<style>
9+
body {
10+
font-family: sans-serif;
11+
margin: 0;
12+
padding: 1rem;
13+
background-color: #f9f9f9;
14+
}
15+
#grnhse_app {
16+
max-width: 960px;
17+
margin: 0 auto;
18+
}
19+
</style>
20+
</head>
21+
<body>
22+
<div id="grnhse_app"></div>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)