20 lines
546 B
Plaintext
20 lines
546 B
Plaintext
|
<!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]"/>
|
||
|
|
||
|
<link rel="icon" href="/logo/Design_icon.svg" type="image/svg+xml" />
|
||
|
|
||
|
<script src="/libs/jquery/jquery.min.js"></script>
|
||
|
|
||
|
<link rel="stylesheet" href="/libs/bulma/bulma.min.css">
|
||
|
<link rel="stylesheet" href="/static/main.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- The body and html tag need to be left open! -->
|