website

The source code for https://bpaul.xyz
Log | Files | Refs

commit 34062bc1a9345e03e73f04ee8bf64f642afe459f
parent 3a9f57d4bfc3fe3837b3eef9795082e11cf875c2
Author: Benjamin Paul <bpaul848@gmail.com>
Date:   Tue, 30 Jun 2020 16:26:42 +1000

Added dracula colour scheme background and foreground

Diffstat:
Aindex.css | 4++++
Mindex.html | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/index.css b/index.css @@ -0,0 +1,4 @@ +body { + background-color: #282A36; + color: #F8F8F2; +} diff --git a/index.html b/index.html @@ -1,10 +1,10 @@ <html> <head> <title>What should i put on this website</title> + <link rel="stylesheet" type="text/css" href="index.css"> </head> <body> <h1>hi</h1> <p>My name is Benjamin Paul</p> - <img src="https://growerssupply.files.wordpress.com/2014/12/marul_62533.jpg"> </body> </html>