forked from wataryooou/pull_request
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.12 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.12 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>First Pull Request</title>
<li>Second Pull Request</Li>
</head>
<body>
<h1>First Pull Request</h1>
<div class="comment">
<ol>
<li>First Pull Request!!!</li>
<li>Second Pull Request!!!</li>
<li>3rd Pull Request!!!</li>
<li>4th Pull Request!!!</li>
<li>5th Pull Request!!!</li>
<li>6th Pull Request!!!</li>
<li>7th Pull Request!!!</li>
<li>8th Pull Request!!!</li>
<li>13th Pull Request!!!</li>
<!-- Hello -- >
<li>First pull Request</li>
<li>Second pull Request</li>
<li>7th Pull Request!!!</li>
<li>comment!</li>
<li>8th Pull Request!!!</li>
<li>9th Pull Request!!!</li>
<li>10th Pull Request!!!</li>
<li>11th Pull Request!!!</li>
<li>12th Pull Request!!!</li>
<li>13th Pull Request!!!</li>
<li>14th Pull Request!!!</li>
<li>15th Pull Request!!!</li>
<!-- ↑この上にコメントを入れてください↑ -->
</ol>
</div>
</body>
</html>