Skip to content

Commit 5f1c5f5

Browse files
authored
Create index.html
0 parents  commit 5f1c5f5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

index.html

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Title</title>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<!-- UIkit CSS -->
8+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css" />
9+
10+
<!-- UIkit JS -->
11+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit.min.js"></script>
12+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit-icons.min.js"></script>
13+
</head>
14+
<body>
15+
<h1>Testing :)</h1>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)