8000 slightly less ugly index.html · unicode-rs/unicode-rs.github.io@08d1bd2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 08d1bd2

Browse files
committed
slightly less ugly index.html
1 parent f96b2ab commit 08d1bd2

File tree

2 files changed

+665
-4
lines changed

2 files changed

+665
-4
lines changed

index.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
<html><head>unicode-rs.github.io</head>
2-
<body>
3-
<h1>unicode-rs</h1>
1+
<html>
2+
<head>
3+
<title>unicode-rs.github.io</title>
4+
<meta charset="utf-8">
5+
<link rel="stylesheet" type="text/css" href="main.css">
6+
</head>
7+
<body class="rustdoc">
8+
<h1 class="fqn">unicode-rs</h1>
49

510
<p>Unicode support modules for Rust.</p>
611

712
<p><a href="http://unicode-rs.github.io/unicode_width/unicode_width">unicode_width</a> - determine the displayed width of Unicode characters and strings.</p>
8-
</body></html>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)
0