aboutsummaryrefslogtreecommitdiff
path: root/examples/counter/index.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/counter/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/counter/index.html b/examples/counter/index.html
index 158ee16..9aa89d2 100644
--- a/examples/counter/index.html
+++ b/examples/counter/index.html
@@ -1,9 +1,9 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<title>Counter example</title>
- <meta charset="UTF-8">
- <link href="./style.css" rel="stylesheet">
+ <meta charset="UTF-8" />
+ <link href="./style.css" rel="stylesheet" />
</head>
<body>
<script async defer src="../../dist/index.js"></script>