Initial Commit

This commit is contained in:
WinsDominoes 2024-05-07 18:04:56 +07:00
parent f94eefd876
commit b061cc05a2
4 changed files with 24 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# winscloud-apps
# WinsCloud Apps
Website for apps made under WinsCloud.

10
assets/css/style.css Normal file
View File

@ -0,0 +1,10 @@
@import url("../fonts/Inter-VariableFont_slnt\,wght.ttf");
html, body {
font-family: 'Inter', sans-serif;
font-optical-sizing: auto;
font-style: normal;
margin: 0;
padding: 0;
}

Binary file not shown.

13
index.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Apps by WinsCloud</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<h1>hallo</h1>
</body>
</html>