FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript-Pagination/index.html at master · PranamBhat/JavaScript-Pagination · GitHub
PranamBhat
/
JavaScript-Pagination
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaScript-Pagination
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (21 loc) · 493 Bytes
Breadcrumbs
JavaScript-Pagination
/
index.html
Copy path
File metadata and controls
25 lines (21 loc) · 493 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<!DOCTYPE html
>
<
html
lang
="
en
"
>
<
head
>
<
meta
charset
="
UTF-8
"
/>
<
meta
name
="
viewport
"
content
="
width=device-width, initial-scale=1.0
"
/>
<
title
>
Pagination
</
title
>
<
link
rel
="
stylesheet
"
href
="
main.css
"
/>
</
head
>
<
body
>
<
header
>
<
div
style
="
color: darkred;
"
>
<
h1
>
Page Contents
</
h1
>
</
div
>
</
header
>
<
main
>
<
div
class
="
list
"
id
="
list
"
>
</
div
>
<
div
class
="
pagenumbers
"
id
="
pagination
"
>
</
div
>
</
main
>
<
script
src
="
main.js
"
>
</
script
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL