mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-11 08:12:03 -08:00
11 lines
160 B
HTML
11 lines
160 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>console.log test</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
console.log('yellow')
|
|
</script>
|
|
</body>
|
|
</html>
|