15 lines
268 B
Plaintext
15 lines
268 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>No Tickets</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<%- include('partials/nav') %>
|
|
<div class="content">
|
|
You don't have any tickets assigned to you.
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|