Skip to content

Commit

Permalink
fix: close self-closing html tags
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Oct 13, 2021
1 parent 3d9ea87 commit 153a666
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/index.html
@@ -1,18 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="author" content="Andrew Yolland">
<meta name="description" content="A tool for extending Bitsy games">
<meta name="keywords" content="borksy,bitsy,game,games">
<link rel="shortcut icon" href="./borksy.gif">
<link rel="stylesheet" href="./style/style.css" type="text/css">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="author" content="Andrew Yolland" />
<meta name="description" content="A tool for extending Bitsy games" />
<meta name="keywords" content="borksy,bitsy,game,games" />
<link rel="shortcut icon" href="./borksy.gif" />
<link rel="stylesheet" href="./style/style.css" type="text/css" />
<title>Borksy Game Hacker</title>
</head>
<body>
<div id="preloader">
<img src="./borksy.gif" class="preloader_animation">
<img src="./borksy.gif" class="preloader_animation" />
<p class="preloader_text">Loading...</p>
</div>
<div id="wrapper">
Expand Down

0 comments on commit 153a666

Please sign in to comment.