Fix missing end tag.

This commit is contained in:
Andre D 2015-06-05 20:08:40 -04:00
parent 06f60de7c3
commit 9d7c75a376

View file

@ -127,7 +127,7 @@
color: white;
opacity: .75;
z-index: 1;
word-wrap:break-word;
word-wrap: break-word;
}
#btnarea, #globalbtnarea {
@ -173,6 +173,7 @@
</script>
</head>
<body>
`
<div class="contentarea" id="uploadview">
<div id="pastearea">
<h1>Upload</h1>
@ -203,5 +204,6 @@
<a class="btn" id="newupload" href="#">New Upload</a>
</div>
</div>
</div>
</body>
</html>