Skip to content

Commit

Permalink
uuuuuu
Browse files Browse the repository at this point in the history
  • Loading branch information
Linecom233 committed May 3, 2024
1 parent c23ff47 commit faba499
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions finder/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
function changett(newtt){
var cagett=document.getElementById("tt");
cagett.innerHTML=newtt;

var prog=document.getElementsByClassName("prog")[0];
prog.style.display="inline"
}
function stopdisplay(){
var prog=document.getElementsByClassName("prog")[0];
prog.style.display="none"
}
</script>
<style>
Expand All @@ -20,15 +25,15 @@
background-color: aquamarine;
height: 55px;
}
progress.prog{
width: 100%;
div.title-st{
text-align: center;
}
</style>
<title id="tt">主页</title>
</head>
<body>
<div>
<progress class="prog">
<progress class="prog" style="width:100%;display: none;">
</progress>
</div>
<div class="navbar">
Expand All @@ -44,4 +49,7 @@
</button>
</center>
</div>
<div class="site-wide-body">
<div class="title-st">
<h1>MainPage: Finder</h1>

0 comments on commit faba499

Please sign in to comment.