添加badssl.com目录

This commit is contained in:
付明卫
2019-12-20 15:48:39 +08:00
parent 69eb20e8dc
commit bd4dd5b9aa
422 changed files with 27323 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
---
title: textarea
layout: page
favicon: gray
background: gray
---
<style>
#content textarea {
font-size: 4vw;
}
</style>
<div id="content">
<h1 style="font-size: 5vw;">
textarea
</h1>
<br><br><br>
<textarea placeholder="Type here." autofocus></textarea>
</div>
<div id="footer">
This page contains a <code>&lt;textarea&gt;</code> input.
</div>