Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 1d2c736

Browse files
committed
Refactor HTTP subdomains and add textarea. Closes #320.
1 parent 46bf142 commit 1d2c736

File tree

23 files changed

+83
-12
lines changed

23 files changed

+83
-12
lines changed

common/input/textarea/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: textarea
3+
layout: page
4+
favicon: gray
5+
background: gray
6+
---
7+
8+
<style>
9+
#content textarea {
10+
font-size: 4vw;
11+
}
12+
</style>
13+
14+
<div id="content">
15+
<h1 style="font-size: 5vw;">
16+
textarea
17+
</h1>
18+
<br><br><br>
19+
<textarea placeholder="Type here." autofocus></textarea>
20+
</div>
21+
22+
<div id="footer">
23+
This page contains a <code>&lt;textarea&gt;</code> input.
24+
</div>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)