remax-frontend-rs/index.html

10 lines
367 B
HTML
Raw Normal View History

2023-03-12 13:11:37 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Yew App</title>
2023-03-12 23:17:10 +00:00
<link data-trunk type="text/css" href="css/navbar.css" rel="css" />
<link data-trunk type="text/css" href="css/landing.css" rel="css" />
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
2023-03-12 13:11:37 +00:00
</head>
</html>