Skip to content

Commit 4d38827

Browse files
committed
Moved the source code to a seperate folder and added the compiled website to the top directory
1 parent 6ddb1b0 commit 4d38827

201 files changed

Lines changed: 448 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Source code/index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>OpenHardware Initiative</title>
8+
<meta name="description" content="OpenHardware - Pioneering the future of hardware acceleration" />
9+
<meta name="author" content="OpenHardware" />
10+
11+
<meta property="og:title" content="OpenHardware Initiative" />
12+
<meta property="og:description" content="Pioneering the future of hardware acceleration" />
13+
<meta property="og:type" content="website" />
14+
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
15+
16+
<meta name="twitter:card" content="summary_large_image" />
17+
<meta name="twitter:site" content="@open_hardware" />
18+
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
19+
<link rel="icon" href="/lovable-uploads/8c21749c-761b-4cf2-85ca-64f204ac61dd.png" type="image/png">
20+
</head>
21+
22+
<body>
23+
<div id="root"></div>
24+
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
25+
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
26+
<script type="module" src="/src/main.tsx"></script>
27+
</body>
28+
</html>
File renamed without changes.

0 commit comments

Comments
 (0)