18 lines
329 B
HTML
18 lines
329 B
HTML
|
<!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">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|