11 lines
297 B
HTML
11 lines
297 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
<title>Yarrr</title>
|
||
|
<link data-trunk rel="rust" data-bin="frontend" />
|
||
|
<link data-trunk rel="sass" href="index.scss" />
|
||
|
</head>
|
||
|
</html>
|