werewolves/werewolves/index.html

28 lines
546 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>website</title>
<link rel="icon" href="/img/puffidle.webp" />
<link data-trunk rel="sass" href="index.scss" />
<link data-trunk rel="copy-dir" href="img">
<link data-trunk rel="copy-dir" href="assets">
</head>
<body>
<app></app>
<clients>
<!-- <dupe1></dupe1>
<dupe2></dupe2>
<dupe3></dupe3>
<dupe4></dupe4>
<dupe5></dupe5>
<dupe6></dupe6> -->
</clients>
<error></error>
</body>
</html>