14 lines
470 B
HTML
14 lines
470 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Transport | Kube</title>
|
|
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
|
|
<link rel="stylesheet" href="/css/styles.css">
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<script src="/app.js" defer></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |