gecko-dev/gfx/webrender/tests/nav-1.html

16 строки
304 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>nav1</title>
<style type="text/css">
html {
background: rgb(100, 0, 0);
color: white;
}
</style>
</head>
<body>
<a href="nav-2.html">Goto nav2</a>
</body>
</html>