这是indexloc提供的服务,不要输入任何密码
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@
<body>
<div class="center">
<img src="/ui/madi.png" class="img-medium"/>
<img src="/ui/madi.png" class="img-large"/>
<img src="/ui/madi.png" class="img-small"/>
<img src="/ui/madi.png" class="img-medium"/>
<img src="/ui/madi.png" class="img-medium"/>
<img src="/ui/madi.png" class="img-medium"/>
</div>
<br>
<div class="center text-big bold">
Hi! I am your webapp.
Hi! this is safaaith I am your webapp.this is my first page
</div>
<script type="text/javascript" src="/ui/main.js">
</script>
Expand Down
2 changes: 2 additions & 0 deletions ui/main.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
console.log('Loaded!');
<h1>first app</h1>

4 changes: 2 additions & 2 deletions ui/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ body {
}

.text-big {
font-size: 300%;
font-size: 400%;
}

.bold {
font-weight: bold;
}

.img-medium {
height: 200px;
height: 2500px;
}