startit/oppgaver/uke7/pokemon/index.html

16 lines
327 B
HTML
Raw Normal View History

2024-09-19 12:20:48 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pokemon</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="script.js"></script>
</body>
</html>