Sign in
cobalt
/
cobalt
/
02dc75a3e28204929da5793da854c523d59e642c
/
.
/
src
/
third_party
/
web_platform_tests
/
html
/
browsers
/
offline
/
resources
/
html
/
clock.html
blob: 6b8949a6b19f2d47d7ed7dda0968ce439cb7e4a3 [
file
] [
log
] [
blame
]
<!-- clock.html -->
<!DOCTYPE HTML>
<html>
<head>
<title>
Clock
</title>
<script
src
=
"../js/clock.js"
></script>
<link
rel
=
"stylesheet"
href
=
"../css/clock.css"
>
</head>
<body>
<p>
The time is:
<output
id
=
"clock"
></output></p>
</body>
</html>