This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tsg-tsg-diagnose/badssl.com/common/input/textarea/index.html

25 lines
365 B
HTML
Raw Normal View History

2019-12-20 15:48:39 +08:00
---
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>