soyuz-web/templates/partials/head.spy

10 lines
309 B
Plaintext
Raw Normal View History

2023-01-04 11:17:41 +11:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/style.css">
<title>Soyuz - {{ title }}</title>
2023-01-04 11:17:41 +11:00
</head>