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/images_build/server_web/common/input/textarea/index.html
2021-09-01 16:55:13 +08:00

25 lines
365 B
HTML

---
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>