Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit08d1bd2

Browse files
committed
slightly less ugly index.html
1 parentf96b2ab commit08d1bd2

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+
<metacharset="utf-8">
5+
<linkrel="stylesheet"type="text/css"href="main.css">
6+
</head>
7+
<bodyclass="rustdoc">
8+
<h1class="fqn">unicode-rs</h1>
49

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

712
<p><ahref="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)

[8]ページ先頭

©2009-2025 Movatter.jp