We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6152681 commit 479263eCopy full SHA for 479263e
static/toy/pop.html
@@ -1,13 +1,13 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <meta name="viewport" content="initial-scale=1.0, user-scalable=no"/>
5
- <link href="../css/toy.css" media="all" rel="stylesheet" type="text/css"/>
+ <meta name="viewport" content="initial-scale=1.0, user-scalable=no"/>
+ <link href="../css/toy.css" media="all" rel="stylesheet" type="text/css"/>
6
</head>
7
<body class="popped">
8
- <div id="code" class="popped">
9
- <textarea id="code-text" spellcheck="false">
10
- </textarea>
11
- </div>
+ <div id="code" class="popped">
+ <textarea id="code-text" spellcheck="false">
+ </textarea>
+ </div>
12
</body>
13
</html>
0 commit comments