-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintroduction.html
More file actions
40 lines (33 loc) · 1.13 KB
/
introduction.html
File metadata and controls
40 lines (33 loc) · 1.13 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<button id="button">Show Cat or Dog</button>
<div id="parent"></div>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script src="script.js"></script>
<!-- <div id="fdiv">
<p>
This is my first
<span>
Text
</span>
</p>
<p>
This is my second para
</p>
</div> -->
<!-- <p id="fpara" class="text_matter">First Paragraph</p>
<h2 id="fheading" class="text_matter">First Heading</h2>
<h3 id="fheading2" class="text_matter">First Heading</h3>
<h4 id="fheading3" class="text_matter">First Heading</h4>
<h5 id="fheading4" class="text_matter">First Heading</h5>
<h1 id="fheading5" class="text_matter">First Heading</h1> -->
<script src="https://cdn.jsdelivr.net/npm/axios@1.13.2/dist/axios.min.js"></script>
<script src="sample.js"></script>
</body>
</html>