Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Web-Comic-Reader
Commits
15eeda65
Commit
15eeda65
authored
Apr 21, 2017
by
afzafri
Browse files
added copyright, and fork me on github ribbon
parent
74ba5f30
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
15eeda65
...
...
@@ -2,6 +2,7 @@
<head>
<!-- Tell the browser to be responsive to screen width -->
<meta
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
name=
"viewport"
>
<!-- load all styles css -->
<link
href=
"./assets/css/styles.css"
rel=
"stylesheet"
>
<link
href=
"./assets/css/lightgallery.min.css"
rel=
"stylesheet"
>
<title>
Web Based Comic Book Reader
</title>
...
...
@@ -20,13 +21,21 @@
<!-- output comics images here -->
<div
id=
"output"
></div>
<br><br>
Afif Zafri
©
2017
</center>
<!-- fork me on github ribbon -->
<a
href=
"https://github.com/afzafri/Web-Comic-Reader"
><img
style=
"position: absolute; top: 0; right: 0; border: 0;"
src=
"https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
alt=
"Fork me on GitHub"
data-canonical-src=
"https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"
></a>
<!-- load all scripts -->
<script
src=
"./assets/js/jquery-3.2.0.min.js"
></script>
<script
src=
"./assets/js/uncompress/uncompress.js"
></script>
<script
src=
"./assets/js/lightGallery/lightgallery.min.js"
></script>
<script
src=
"./assets/js/lightGallery/lg-zoom.min.js"
></script>
<script
src=
"./assets/js/lightGallery/lg-fullscreen.min.js"
></script>
<script
src=
"./assets/js/script.js"
></script>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment