20 lines
537 B
HTML
20 lines
537 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Minimal PostgreSQL Job Queue - Interview Presentation</title>
|
|
<link rel="stylesheet" href="styles.css" />
|
|
</head>
|
|
<body>
|
|
<div class="top-progress" aria-hidden="true">
|
|
<span id="progressFill"></span>
|
|
</div>
|
|
|
|
<main class="deck" aria-live="polite"></main>
|
|
<aside class="notes" id="notes" aria-label="speaker notes"></aside>
|
|
|
|
<script src="slides.js"></script>
|
|
</body>
|
|
</html>
|