-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (54 loc) · 3.05 KB
/
index.html
File metadata and controls
56 lines (54 loc) · 3.05 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
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="CMU Timetable" />
<meta property="og:description" content="หาลิ๊งค์ตารางเรียนไม่เจอ? กดดูได้ที่นี่เลย " />
<meta property="og:image" content="https://www.zalzer.com/cmuregtimetable/img7.jpg" />
<meta property="og:url" content="https://www.zalzer.com/cmuregtimetable/" />
<meta name="description" content="ลิ๊งค์ตารางเรียนหาย? หาไม่เจอ? กดดูได้ที่นี่เลย ">
<meta name="keywords" content="CMU,Timetable,Reg">
<meta name="author" content="Chawasit Tengtrairatana">
<title>CMU Timetable</title>
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="scripts/html2canvas.js"></script>
<script src="scripts/timetable.js"></script>
<script src="scripts/god.js"></script>
<link rel="stylesheet" href="styles/timetablejs.css">
<link rel="stylesheet" href="styles/style.css">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
</head>
<body>
<main>
<h1>CMU Timetable <small style="color:#cfcfcf;">BETA</small></h1>
<h2>By <a href="http://fb.me/TuR10S">Chawasit Tengtrairatana</a></h2>
<div id="box">
<label>Semester eg.258:</label>
<input type="text" id="sem" name="semester" style="width:25px;" maxlength="3"/>
<label>Student ID:</label>
<input type="text" id="sid" name="studentid" maxlength="9" style="width:100px;"/>
<button id="create" class="btn">GET</button>
<p>*หากต้องการดู เทอม 1 ปีการศึกษา 25[58] Semester จะเป็น 158 ภาคการเรียนที่ 2 จะเป็น 258 เป็นต้น </p>
<p>**โปรดระวัง เนื่องจากสคริปนี้ทำงานบน Web Browser ของผู้ใช้เองเกือบทั้งหมด อาจทำให้โปรแกรมค้างได้!!</p>
</div>
<div id="loading" class="sk-cube-grid">
<div class="sk-cube sk-cube1"></div>
<div class="sk-cube sk-cube2"></div>
<div class="sk-cube sk-cube3"></div>
<div class="sk-cube sk-cube4"></div>
<div class="sk-cube sk-cube5"></div>
<div class="sk-cube sk-cube6"></div>
<div class="sk-cube sk-cube7"></div>
<div class="sk-cube sk-cube8"></div>
<div class="sk-cube sk-cube9"></div>
</div>
</main>
<div class="timetable" style="padding-left:50px;"></div>
<script>
document.addEventListener('DOMContentLoaded', function () {
document.querySelector('main').className += 'loaded';
});
</script>
</body>
</html>