4ecb39e73a
This should help the interface look more consistent across platforms. The font choices are just placeholders: consistency is the main goal.
12 lines
408 B
HTML
12 lines
408 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>dyna3</title>
|
|
<link data-trunk rel="css" href="main.css"/>
|
|
<link href="https://fonts.bunny.net/css?family=lato:ital,wght@0,400;1,400&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.bunny.net/css?family=noto-emoji:wght@400&text=%f0%9f%94%97%e2%9a%a0&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body></body>
|
|
</html>
|