12 lines
312 B
HTML
12 lines
312 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>Mathematical</title>
|
||
|
<link data-trunk rel="rust" />
|
||
|
<link data-trunk rel="scss" href="index.scss" />
|
||
|
<link data-trunk rel="icon" href="assets/favicon.ico" />
|
||
|
</head>
|
||
|
<body></body>
|
||
|
</html>
|