Initial Commit
This commit is contained in:
parent
f94eefd876
commit
b061cc05a2
|
@ -1,3 +1,3 @@
|
||||||
# winscloud-apps
|
# WinsCloud Apps
|
||||||
|
|
||||||
Website for apps made under WinsCloud.
|
Website for apps made under WinsCloud.
|
|
@ -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.
|
@ -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>
|
Loading…
Reference in New Issue