Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>ARKjs - Easy DOM Manipulation Library</title>
|
| 7 |
<link rel="stylesheet" href="styles.css">
|
| 8 |
-
<script src="ark.
|
| 9 |
<script src="app.js" defer></script>
|
| 10 |
</head>
|
| 11 |
<body>
|
|
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>ARKjs - Easy DOM Manipulation Library</title>
|
| 7 |
<link rel="stylesheet" href="styles.css">
|
| 8 |
+
<script src="ark.mini.js" defer></script>
|
| 9 |
<script src="app.js" defer></script>
|
| 10 |
</head>
|
| 11 |
<body>
|