代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>多啦A橙</title>
<link rel = "stylesheet" href = "static/css/duo.css"/>
<style>
body{background-image: url(static/img/back6.png); background-repeat: repeat-x}
</style>
</head>
<body>
<div class="nav">
<ul>
<li>
<a href="">首页喵</a>
</li>
<li>
<a href="https://color-stripes.gitee.io/orange/duo.html">哆啦A橙</a>
</li>
<li>
<a href="">生日礼物</a>
<ul>
<li>
<a href="">礼物①</a>
</li>
<li>
<a href="">礼物②</a>
</li>
</ul>
</li>
<li>
<a href="">顶锅汪汪</a>
</li>
</ul>
</div>
<div class="cry">
<video width="430" height="293" autoplay="autoplay" id="cry">
<source src="static/img/cry.mov" type="video/mp4">
</video>
</div>
<div class="smile">
<video width="430" height="293" id="smile">
<source src="static/img/smile.mov" type="video/mp4">
</video>
</div>
<div class="wait">
<video width="430" height="293" id="wait">
<source src="static/img/wait.mov" type="video/mp4">
</video>
</div>
<div class = "logo" id="logo">
<h4>橙次元口袋</h4>
<img src="static/img/pocket.jpg" id="pocket"/>
</div>
<div class = "dog" >
<img src="static/img/dog.jpg" id="dog"/>
</div>
<div class = "catch" id="catch">
<h3>重获次元口袋</h3>
<p>多啦A橙的口袋失而复得,作为万能的多啦A橙,它可以帮你找到任何你想找的东西,快来试试吧!</p>
<div class="inp">
<h4>输入你想要找到的东西:<h4>
<form method="post" action="http://127.0.0.1:8080/picture2">
<input type="search" name="keyword" id="search"/>
<input type="submit" value=" " id="button1">
</form>
</div>
<img src="static/img/cat.jpg" id="cat"/>
</div>
<div class="footer">
<p>设计制作:汪汪            首版日期:2022.12.25</p>
</div>
<div class="but">
<script>
window.onload=function non(){
document.getElementById("cry").play();
}
var vid = document.getElementById("cry");
vid.onmouseover = function(){
document.getElementById("cry").play();
}
var butt = document.getElementById("logo");
butt.onclick = function(){
document.getElementById("smile").style.cssText = "display:block;";
document.getElementById("smile").play();
document.getElementById("cry").pause();
document.getElementById("logo").style.cssText = "display:none;";
document.getElementById("dog").style.cssText = "display:none;";
document.getElementById("catch").style.cssText = "display:block;";
}
var button1 = document.getElementById("button1");
button1.onclick = function(){
document.getElementById("wait").style.cssText = "display:block;";
document.getElementById("smile").pause();
}
</script>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。