-
Notifications
You must be signed in to change notification settings - Fork 1
/
notepad.html
112 lines (108 loc) · 3.83 KB
/
notepad.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!Doctype html>
<html>
<head>
<title>VibhuNotepad</title>
<link rel="stylesheet" href="assets/css/vnotepad_style.css">
</head>
<body>
<table border="1px" cellspacing="1px" cellpadding="4px">
<tr>
<td style="border-right:1px solid red;border-bottom:1px solid red;" width="80" height="60"></td>
<!-- Vibhu brand bar -->
<td class="color_left vibhu_panel" width="400">
<h2 class="vibhu_brand">vibhu</h2>
<div class="hidder"></div>
<table class="vibhu_bar" border=1px cellspacing="1px" cellpadding="0px" width="20%" align="right">
<tr>
<td class="vibhu_panel_pageno">PAGE_No.<input class="area_page_no" type="number" placeholder="Enter Page no."/></td>
</tr>
<tr>
<td class="vibhu_panel_date">DATE<input class="area_date" type="date" placeholder="Enter Date"/></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="color_right" style="border-top:1px solid red;" width="80" height="20"></td>
<td class="color_left" style="border-top:1px solid red;" width="400"><input style="font-size:16px;border:none;text-transform: uppercase;font-weight: 600;" type="text" placeholder="Add a heading"/></td>
</tr>
<textarea class="viv_write" placeholder="Start write something...."></textarea>
<tr>
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
<tr>
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
<tr>
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
<tr>
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
<tr>
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
<tr>
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
<tr >
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
<tr>
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
<tr>
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
<tr>
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
<tr>
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
<tr>
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
<tr>
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
<tr>
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
<tr>
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
<tr>
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
<tr>
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
<tr>
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
<tr>
<td class="color_right" width="80" height="20"></td>
<td class="color_left" width="400"></td>
</tr>
</table>
</body>
</html>