2025-01-14 23:15:37 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
|
|
<title>ATAS - <%= it.title %></title>
|
|
|
|
<meta name="author" content="[Project-Name-Here]"/>
|
|
|
|
|
2025-01-17 23:02:39 +01:00
|
|
|
<link rel="icon" href="/static/favicon.svg" type="image/svg+xml" />
|
2025-01-14 23:15:37 +01:00
|
|
|
|
|
|
|
<script src="/libs/jquery/jquery.min.js"></script>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="/libs/bulma/bulma.min.css">
|
|
|
|
<link rel="stylesheet" href="/static/main.css">
|
2025-01-17 23:02:39 +01:00
|
|
|
<link rel="stylesheet" href="/libs/bootstrap-icons/font/bootstrap-icons.min.css">
|
2025-01-14 23:15:37 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- The body and html tag need to be left open! -->
|