forked from littleflute/JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblClassTest.html
More file actions
45 lines (41 loc) · 1.21 KB
/
blClassTest.html
File metadata and controls
45 lines (41 loc) · 1.21 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
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<title>blCTest</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="w3.css">
<style>
#editor {
width: 400px;
height: 100px;
padding: 10px;
background-color: #444;
color: white;
font-size: 14px;
font-family: monospace;
}
.statement {
color: orange;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="w3.js"></script>
<script src="blclass.js"></script>
</head>
<body>
<div class="w3-container w3-teal">
<h1>Beautiful Lover: <b>blCTest_v0.44</b></h1>
<button id="id_plx1_btn" class="w3-btn">plx1</button>
<button id="id_plx2_btn" class="w3-btn">plx2</button>
</div>
<img src="img/car.jpg" alt="Car" style="width:444px;height:333px;">
<div class="w3-container">
<p>A car is a wheeled, self-powered motor vehicle used for transportation.</p>
</div>
<div class="w3-container w3-teal">
<p><a href="https://github.com/littleflute/JavaScript" target="_blank">githubReop</a></p>
</div>
<script src="plx/p1.js"></script>
<script src="plx/p2.js"></script>
</body>
</html>