Compare commits
1 commit
e4ef026a0c
...
faaa152dcc
Author | SHA1 | Date | |
---|---|---|---|
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