This website works better with JavaScript.
Home
Help
Register
Sign In
alpcentaur
/
rocket-3d
forked from
xsiva/rocket-3d
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
july21
master
siva
3 years ago
parent
ab478cf3af
commit
f56e908736
2 changed files
with
15 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
templates/assets/index.css
+12
-0
templates/index.html
+ 3
- 0
templates/assets/index.css
View File
@ -0,0 +1,3 @@
h1
{
color
:
blueviolet
;
}
+ 12
- 0
templates/index.html
View File
@ -0,0 +1,12 @@
<!DOCTYPE html>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
/
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1"
>
<
meta
http-equiv
=
"Content-Type"
content
=
"text/html; charset=utf-8"
/
>
<
link
rel
=
"stylesheet"
href
=
"assets/index.css"
/
>
<
/
head
>
<
body
>
<
h1
>
Index Html Test
<
/
h1
>
<
/
body
>
<
/
html
>
Write
Preview
Loading…
Cancel
Save