Skip to content

Commit

Permalink
trying kobweb
Browse files Browse the repository at this point in the history
  • Loading branch information
elkhoudiry committed Jul 1, 2023
1 parent 8905a16 commit d859918
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
Binary file added favicon.ico
Binary file not shown.
17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
Hello World
<!DOCTYPE html>
<html lang="en">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Portfolio</title>
<meta content="Powered by Kobweb" name="description">
<link href="/favicon.ico" rel="icon">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Tajawal:wght@200;300;400;500;700;800;900&amp;display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Icons&amp;family=Material+Icons+Outlined&amp;family=Material+Icons+Two+Tone&amp;family=Material+Icons+Round&amp;family=Material+Icons+Sharp" rel="stylesheet">
</head>
<body>
<div id="root" style="width: 100%; height: 100%;"></div>
<script src="/portfolio.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions index.html.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello World
2 changes: 2 additions & 0 deletions portfolio.js

Large diffs are not rendered by default.

0 comments on commit d859918

Please sign in to comment.