You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
612 B
16 lines
612 B
<!DOCTYPE html> |
|
<html lang="sv"> |
|
<head> |
|
<meta charset="UTF-8" /> |
|
<link rel="icon" href="/favicon.ico" sizes="any" /> |
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> |
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> |
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
<title>Vad säger de i Riksdagen?</title> |
|
</head> |
|
<body> |
|
<div id="root"></div> |
|
<script type="module" src="/src/main.tsx"></script> |
|
</body> |
|
</html>
|
|
|