Skip to content
Snippets Groups Projects
Commit 662a0b29 authored by Rebecca Müller's avatar Rebecca Müller
Browse files

Update index.html

parent d62928db
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en">
<head> <head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My Website</title>
<link rel="stylesheet" href="./style.css">
<link href='https://fonts.googleapis.com/css?family=Inter' rel='stylesheet'> <link href='https://fonts.googleapis.com/css?family=Inter' rel='stylesheet'>
</head> <link rel="icon" href="./favicon.ico" type="image/x-icon">
</head>
<body>
<div class="content"> <div class="content">
<h1>Gamification in der Fertigung</h1> <h1>Gamification in der Fertigung</h1>
...@@ -492,4 +499,7 @@ ...@@ -492,4 +499,7 @@
<div class="svgContainer" id="narrativ"> <div class="svgContainer" id="narrativ">
</div> </div>
</div> </div>
\ No newline at end of file <script src="index.js"></script>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment