mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 14:37:53 +02:00
27
Website/index.html
Normal file
27
Website/index.html
Normal file
@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Tranga</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<topbar>
|
||||
<titlebox>Tranga</titlebox>
|
||||
</topbar>
|
||||
<viewport>
|
||||
<sidebar>
|
||||
|
||||
</sidebar>
|
||||
<content>
|
||||
<publication>
|
||||
<connector class="pill">Connector Name</connector>
|
||||
<publication-name>Publication Name</publication-name>
|
||||
</publication>
|
||||
</content>
|
||||
<settingstab>
|
||||
|
||||
</settingstab>
|
||||
</viewport>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user