mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
17 lines
265 B
HTML
17 lines
265 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;
|
|
white-space: pre;
|
|
word-spacing: 0.7em;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span>山本 一郎</span>
|
|
</body>
|
|
</html>
|