-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (24 loc) · 905 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang='en'>
<head>
<!-- General -->
<title>Star rating</title>
<link rel='icon' href='img/favicon.ico'>
<!-- Meta -->
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<meta name='author' content='Jonas Dorfinger'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<!-- CSS File -->
<link rel='stylesheet' href='./style/style.css'>
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Roboto&display=swap' rel='stylesheet'>
<!-- JavaScript Files -->
<script src='./script/script.js'></script>
</head>
<body>
<h1>give some feedback. rate with stars.</h1>
<div id='ratingWrapper'></div>
<p>powered by <a href='https://dorfingerjonas.at/'>Jonas Dorfinger</a> and <a href='https://starkaLukas.github.io/'>Lukas Starka</a></p>
</body>
</html>