crane/examples/trunk/index.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
205 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Trunk App</title>
<link data-trunk rel="scss" href="./main.scss" />
</head>
<body>
<p>Hello world!</p>
</body>
</html>