This commit is contained in:
Kaisaan 2021-06-25 02:42:41 -04:00
parent f217a8fefa
commit 22a12a7cc2
2 changed files with 11 additions and 0 deletions

4
assets/style.css Normal file
View File

@ -0,0 +1,4 @@
body {
font-family: 'Roboto', sans-serif;
background-color: #EFEFEF;
}

View File

@ -1,5 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Kaisaan Yummy Site</title>
<link rel="stylesheet" href="assets/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<center><h1>Welcome to Kaisaan's Website!</h1></center>
<h3>Hello World!</h3>