Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Caleb Yu
patriotctf.gmu.io
Commits
2da7967d
Commit
2da7967d
authored
May 08, 2018
by
Michael Bailey
Browse files
Bieber
parent
b6ea2538
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/img/bieber.png
0 → 100644
View file @
2da7967d
253 KB
public/index.html
View file @
2da7967d
...
...
@@ -7,18 +7,52 @@
body
{
color
:
white
;
}
@keyframes
blink
{
0
%
{
opacity
:
1
;
}
50
%
{
opacity
:
0
;
}
100
%
{
opacity
:
1
;
}
}
.ad
{
animation
:
blink
1s
;
animation-iteration-count
:
infinite
;
}
</style>
<body
style=
"background: url('/img/background.jpg'); background-repeat: no-repeat; background-size: cover;"
>
<center><img
src=
"/img/netscape_now.gif"
/></center>
<br
/><br
/><br
/>
<center>
<table
width=
80%
>
<table
border=
1
width=
80%
>
<tr>
<td
width=
100%
>
<marquee>
Mason CC is proud to present patriotCTF, a cybersecurity event at George Mason University
</marquee>
</td>
</tr>
</table>
<table
border=
1
>
<tr>
<td>
<img
class=
"ad"
src=
"/img/bieber.png"
>
</td>
<td>
<b>
Where?
</b>
<br
/>
</td>
<td>
<b>
When?
</b>
<br
/>
</td>
<td>
</td>
</tr>
</table>
</center>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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