mirror of
https://github.com/servo/servo.git
synced 2025-06-18 05:14:28 +00:00
12 lines
201 B
HTML
12 lines
201 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<p><font face=monospace>Servo</font></p>
|
|
<p><font id=1>Servo</font></p>
|
|
<script>
|
|
document.getElementById("1").face = "monospace";
|
|
</script>
|
|
</body>
|
|
</html>
|