28 lines
884 B
HTML
28 lines
884 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Freezone - Digital Freedom Platform</title>
|
|
<base data-trunk-public-url />
|
|
|
|
<!-- Bootstrap CSS -->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<!-- Custom CSS -->
|
|
<link data-trunk rel="css" href="styles/main.css" />
|
|
|
|
<!-- Bootstrap JS -->
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
|
|
|
<!-- Custom JS -->
|
|
<link data-trunk rel="copy-file" href="static/js/animations.js" />
|
|
|
|
<!-- Rust WASM -->
|
|
<link data-trunk rel="rust" data-cargo-features="yew/csr" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="animations.js"></script>
|
|
</body>
|
|
</html> |