This website works better with JavaScript.
Home
Explore
Help
Sign In
jesuspinar
/
url_info
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Adding style.css
main
Jesus
2 years ago
parent
edc589d772
commit
bcaa67c60b
3 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
src/main/resources/static/css/style.css
+1
-0
src/main/resources/templates/index.html
+1
-0
src/main/resources/templates/time.html
+ 8
- 0
src/main/resources/static/css/style.css
View File
@ -0,0 +1,8 @@
body
{
background-color
:
slategrey
;
color
:
white
;
}
h1
{
font-size
:
4rem
;
}
+ 1
- 0
src/main/resources/templates/index.html
View File
@ -4,6 +4,7 @@
<
meta
charset
=
"UTF-8"
>
<
meta
http-equiv
=
"X-UA-Compatible"
content
=
"IE=edge"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
>
<
link
rel
=
"stylesheet"
type
=
"text/css"
media
=
"all"
href
=
"/css/style.css"
>
<
title
>
Index
<
/
title
>
<
/
head
>
<
body
>
+ 1
- 0
src/main/resources/templates/time.html
View File
@ -4,6 +4,7 @@
<
meta
charset
=
"UTF-8"
>
<
meta
http-equiv
=
"X-UA-Compatible"
content
=
"IE=edge"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
>
<
link
rel
=
"stylesheet"
type
=
"text/css"
media
=
"all"
href
=
"/css/style.css"
>
<
title
>
Time
<
/
title
>
<
/
head
>
<
body
>
Write
Preview
Loading…
Cancel
Save