Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git-story
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Camron Blackburn
git-story
Commits
86a343fe
Commit
86a343fe
authored
4 years ago
by
Camron Blackburn
Browse files
Options
Downloads
Patches
Plain Diff
clean up
parent
555f1ce3
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#6097
passed
4 years ago
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
fancier/index.html
+3
-2
3 additions, 2 deletions
fancier/index.html
simple/index.html
+2
-2
2 additions, 2 deletions
simple/index.html
with
5 additions
and
4 deletions
fancier/index.html
+
3
−
2
View file @
86a343fe
...
...
@@ -38,8 +38,9 @@
<div
class=
"main-text"
>
now you get fancy with with a css style script and
<code>
&
ltdiv
&
gt
</code>
tags which allow you to define blocks with sepcific styles on the html page !
now you can add javascript for animations or embedded functions by
calling a
<code>
&
ltscript
&
gt
</code>
tag in your html file that points to
another javascript file !
<br><br>
...
...
This diff is collapsed.
Click to expand it.
simple/index.html
+
2
−
2
View file @
86a343fe
...
...
@@ -77,7 +77,7 @@
<code>
&
lt img src="path/to/img_file.jpg" alt="alternative text description"
width="500" height="600"
&
gt
</code>
<br><br>
<img
src=
"sample.jpg"
alt=
"example image"
height=
"400"
>
<img
src=
"
../media/
sample.jpg"
alt=
"example image"
height=
"400"
>
<br><br>
or videos with
<code>
&
ltvideo
&
gt
</code>
tag
<br><br>
...
...
@@ -87,7 +87,7 @@
&
lt/video
&
gt
</code>
<br><br>
<video
width=
"320"
height=
"240"
controls
>
<source
src=
"sample.mp4"
type=
"video/mp4"
>
<source
src=
"
media/
sample.mp4"
type=
"video/mp4"
>
Your browser does not support the video tag.
</video>
<br><br>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment