File tree 1 file changed +47
-0
lines changed
1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+
4
+ < head >
5
+ < meta charset ="UTF-8 " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > 🏴‍☠️ Complete Javascripts Course</ title >
8
+ < link href ="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css " rel ="stylesheet "
9
+ integrity ="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh " crossorigin ="anonymous " />
10
+ < style >
11
+
12
+ </ style >
13
+ </ head >
14
+
15
+ < body >
16
+ < br />
17
+ < br />
18
+ < center >
19
+ <!-- <input type="text" id="item"> -->
20
+ < br />
21
+ < div id ="wrapper "> 📃 🏪 👾</ div >
22
+ < br />
23
+ < div id ="message "> Complete JavaScript Course</ div >
24
+ <!-- <input type="button" class="btn btn-outline-warning" onClick="lookUp()" value="Find Text"> -->
25
+
26
+ < br /> < br />
27
+ </ center >
28
+ < script >
29
+ var message = document . getElementById ( "message" ) ;
30
+ var output = document . getElementById ( "output" ) ;
31
+
32
+ ( function ( ) {
33
+ // IIFE
34
+ var message = "Hello world" ;
35
+ document . getElementById ( 'output' ) . innerHTML = message ;
36
+ } ) ( ) ;
37
+ </ script >
38
+
39
+
40
+
41
+ < script src ="https://code.jquery.com/jquery-3.5.0.js "
42
+ integrity ="sha256-r/AaFHrszJtwpe+tHyNi/XCfMxYpbsRg2Uqn0x3s2zc= " crossorigin ="anonymous "> </ script >
43
+ < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js "> </ script >
44
+ < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js "> </ script >
45
+ </ body >
46
+
47
+ </ html >
You can’t perform that action at this time.
0 commit comments