-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrandomImages.php
More file actions
32 lines (24 loc) · 859 Bytes
/
randomImages.php
File metadata and controls
32 lines (24 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<h2 class="page-header text-center">Random Images</h2>
<div class="row ">
</div>
<div class="card m-3">
<div class="row m-3 p-3 text-center">
<div class="col">
<button id="randWallpaper" class="btn btn-info">Wallpapers</button>
<button id="randDogs" class="btn btn-info">Dogs</button>
<button id="randCats" class="btn btn-info">Cats</button>
<button id="randFox" class="btn btn-info">Fox</button>
<button id="randPanda" class="btn btn-info">Panda</button>
<button id="randBird" class="btn btn-info">Bird</button>
</div>
</div>
</div>
<div class="row p-3 m-3">
<div class="col-md-3"></div>
<div class="col-md-6">
<div class="randImgs"></div>
</div>
<div class="col-md-3"></div>
</div>
<br>
<script src="fetchRandImages.js"></script>