-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
59 lines (47 loc) · 2.46 KB
/
test.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<body>
<a href='https://htmlpreview.github.io/?'>Preview link</a>
<p>This is a local image, in the same directory as the html file</p>
more is changed here
<h2>Demo JavaScript in Body</h2>
<p id="demo">A Paragraph.</p>
<button type="button" onclick="myFunction()">Try it</button>
<script>
function myFunction() {
document.getElementById("demo").innerHTML = "Paragraph changed.";
}
</script>
<img src="./IMG_3364.jpg">
Together
<img src="https://user-images.githubusercontent.com/968047/164947589-d107ee85-ed10-46b9-8e9b-ba884b6d6585.png" width="40%">
Together 2
<img src="https://user-images.githubusercontent.com/968047/164947618-d419f03a-2f20-4229-8522-330769f06c41.png" width="40%">
court walk
<img src="https://user-images.githubusercontent.com/968047/164947637-1ab0cc54-d4a2-4dec-8375-97af98b64960.png" width="40%">
court walk 2
<img src="https://user-images.githubusercontent.com/968047/164947652-93f268c0-abb9-41e2-9c83-c259e97dcd42.png" width="40%">
court walk 3
<img src="https://user-images.githubusercontent.com/968047/164947681-984f35e2-5601-4196-ae5a-d82e03f2f36b.png" width="40%">
court walk 4
<img src="https://user-images.githubusercontent.com/968047/164947688-bebe49f4-8de1-4116-8103-39415ba9d7cd.png" width="40%">
court walk 5
<img src="https://user-images.githubusercontent.com/968047/164947712-1a42583f-17ce-4db0-a3b5-897ee01356e2.png" width="40%">
bedroom smile
<img src="https://user-images.githubusercontent.com/968047/164947732-3e81f07f-872e-4a7b-bf97-8d5d45a864c3.png" width="40%">
bedroom smile 2
<img src="https://user-images.githubusercontent.com/968047/164947758-17d278b9-8a5d-4f29-8585-631055385b75.png" width="40%">
bedroom smile 3
<img src="https://user-images.githubusercontent.com/968047/164947777-e0ffdab5-d8c0-42f3-bd9f-8aeb5c20de1e.png" width="40%">
white sweater smile
<img src="https://user-images.githubusercontent.com/968047/164947782-d93520f8-53b6-4f71-8d5c-e68d4fa3283a.png" width="40%">
dog
<img src="https://user-images.githubusercontent.com/968047/164947788-a014ca38-7f32-405a-829a-60630a4dd02a.png" width="40%">
grey sweater
<img src="https://user-images.githubusercontent.com/968047/164947799-c07019b7-d631-4f9c-8780-51bd77295fae.png" width="40%">
tile
<img src="https://user-images.githubusercontent.com/968047/164947808-a4e143dd-9765-42d0-b262-af4beae5bba9.png" width="40%">
over shouldr
<img src="https://user-images.githubusercontent.com/968047/164947820-ed4a8b36-cfbc-4966-893a-d5292cf49616.png" width="40%">
</body>
</html>