Michelle Lam
Style fixes to align local and production versions
f769ab1
raw
history blame
588 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<title>Svelte app</title>
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'>
<link rel='stylesheet' href='/bundle.css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link
rel="stylesheet"
href="https://unpkg.com/@material/[email protected]/dist/mdc.typography.css"
/>
<script defer src='/build/bundle.js'></script>
</head>
<body>
</body>
</html>