Revision control

Copy as Markdown

<html>
<head>
<title>例示用ドメイン</title>
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style type="text/css">
body {
background-color: #f0f0f2;
margin: 0;
padding: 0;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div {
width: 600px;
margin: 5em auto;
padding: 50px;
background-color: #fff;
border-radius: 1em;
}
a:link, a:visited {
color: #38488f;
text-decoration: none;
}
@media (max-width: 700px) {
body {
background-color: #fff;
}
div {
width: auto;
margin: 0 auto;
border-radius: 0;
padding: 1em;
}
}
</style>
</head>
<body>
<div>
<h1>例示用ドメイン</h1>
<p>このドメインは、文書内で例として使用することを目的として設立されています。事前の調整や許可を得ずに、例示目的で自由に使用できます。</p>
<p><a href="http://www.iana.org/domains/example">詳細情報はこちら...</a></p>
</div>
</div>
</body>
</html>