mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-06 00:56:58 +00:00
Add files via upload
This commit is contained in:
4
helloworld/css/index.html.css
Normal file
4
helloworld/css/index.html.css
Normal file
@@ -0,0 +1,4 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');
|
||||
.lap{
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
}
|
||||
6
helloworld/index.html
Normal file
6
helloworld/index.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<html>
|
||||
<link href="css/index.html.css" rel="stylesheet" type="text/css">
|
||||
<body>
|
||||
<p class="lap">Hello world</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user