website: init
This commit is contained in:
parent
3a3dc55f01
commit
faaa152dcc
2 changed files with 14 additions and 0 deletions
11
website/index.html
Normal file
11
website/index.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1 class="heading"> My Website</h1>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
3
website/style.css
Normal file
3
website/style.css
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
h1 {
|
||||||
|
text-align: center;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue