15 lines
327 B
HTML
15 lines
327 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<link data-trunk rel="rust" data-bin="bin" />
|
|
<link data-trunk rel="scss" href="src/styles/main.scss" />
|
|
<link data-trunk rel="icon" href="src/assets/favicon.ico" type="image/x-icon" />
|
|
<meta charset="utf-8" />
|
|
<title>Ticket System CSG</title>
|
|
</head>
|
|
|
|
<body></body>
|
|
|
|
</html>
|