-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 929 Bytes
/
index.html
File metadata and controls
20 lines (19 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>Web Layout Simulator</title>
<meta charset="utf-8" lang="ja, en">
<meta name="author" content="Kazutoshiyoc">
<meta name="description" content="HTMLとCSSによる描画が簡易にシミュレートできる。HTML/CSS lettering simulations are available.">
<meta name="keywords" content="HTML,CSS,シミュレーション,simulation,レイアウト,layout,テスト,test,シミュレーター,simulator,ウェブ,Web,デザイン,design,Web言語,div,文字,サイズ">
</head>
<body>
<h1>Web Layout Simulator</h1>
<hr>
<ul>
<li><h3><a href="https://example.com/boxLayout/?num=3">Box Layout Simulator</a></h3></li>
<li><h3><a href="https://example.com/strLayout/?tag=p&num=5">String Layout Simulator</a></h3></li>
<li><h3><a href="https://example.com/fontSize/?min=1&max=100&step=1">Font Size Checker</a></h3></li>
</ul>
</body>
</html>