Remove excess closing tags
This commit is contained in:
parent
e4e1e545e6
commit
6b694df836
2 changed files with 6 additions and 6 deletions
|
|
@ -14,9 +14,9 @@
|
||||||
content="https://github.com/jdan/98.css/raw/master/docs/window.png?raw=true"
|
content="https://github.com/jdan/98.css/raw/master/docs/window.png?raw=true"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="98.css"></style>
|
<link rel="stylesheet" href="98.css">
|
||||||
<link rel="stylesheet" href="docs.css"></style>
|
<link rel="stylesheet" href="docs.css">
|
||||||
<link rel="stylesheet" href="vs.css"></style>
|
<link rel="stylesheet" href="vs.css">
|
||||||
</head>
|
</head>
|
||||||
<body ontouchstart>
|
<body ontouchstart>
|
||||||
<aside>
|
<aside>
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,9 @@
|
||||||
content="https://github.com/jdan/98.css/raw/master/docs/window.png?raw=true"
|
content="https://github.com/jdan/98.css/raw/master/docs/window.png?raw=true"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="98.css"></style>
|
<link rel="stylesheet" href="98.css">
|
||||||
<link rel="stylesheet" href="docs.css"></style>
|
<link rel="stylesheet" href="docs.css">
|
||||||
<link rel="stylesheet" href="vs.css"></style>
|
<link rel="stylesheet" href="vs.css">
|
||||||
</head>
|
</head>
|
||||||
<body ontouchstart>
|
<body ontouchstart>
|
||||||
<aside>
|
<aside>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue