12 lines
540 B
HTML
12 lines
540 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Yew App</title>
|
|
<link data-trunk type="text/css" href="css/body.css" rel="css" />
|
|
<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">
|
|
<script src="https://kit.fontawesome.com/fcdfdfe1ad.js" crossorigin="anonymous"></script>
|
|
</head>
|
|
</html> |