blob: f62871fb09963af42f08f7dcca64219593921986 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vibe97</title>
</head>
<style>
body {
background-color: #EE1C25;
}
#hk97 {
color: #FFFF00;
font-weight: 800;
font-size: 48px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}
</style>
<body>
<p id="hk97"></p>
</body>
<script>
let paragraph = document.getElementById("hk97");
window.setInterval(function () { paragraph.textContent += "我爱北京天安门,天安门上太阳升;"; }, 500);
</script>
</html>