mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
246 B
HTML
16 lines
246 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<style type="text/css">
|
|
span {
|
|
border: 1px solid black;
|
|
word-spacing: 0.7em;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span>山本 一郎</span>
|
|
</body>
|
|
</html>
|