1 Star 0 Fork 0

Color Stripes/test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 2.94 KB
一键复制 编辑 原始数据 按行查看 历史
Color Stripes 提交于 2023-01-09 00:48 . first commit
<!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>设计制作:汪汪&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp首版日期: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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/color-stripes/test.git
git@gitee.com:color-stripes/test.git
color-stripes
test
test
master

搜索帮助