-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 1.94 KB
/
index.html
File metadata and controls
35 lines (35 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="OpenSoftware-World Official Web Site">
<meta property="og:locale" content="tr_TR">
<meta property="og:locale" content="en_US">
<link rel="canonical" href="https://opensoftware-world.github.io">
<meta property="og:url" content="https://opensoftware-world.github.io">
<meta property="og:site_name" content="OpenSoftware-World.github.io">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta property="twitter:title" content="OpenSoftware-World.github.io">
<meta name="description" content="Software and applications to beautify the world, life and solve various problems.">
<link rel="shortcut icon" href="https://avatars.githubusercontent.com/u/143949134?v=4" type="image/x-icon" alt="OpenSoftware-World Github Avatar">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","headline":"OpenSoftware-World.github.io","name":"OpenSoftware-World.github.io","url":"https://opensoftware-world.github.io/"}
</script>
<title>OpenSoftware-World</title>
<link rel="stylesheet" href="/assets/CSS/mainmenu.css">
<link rel="stylesheet" href="/assets/CSS/common_code.css">
<link rel="stylesheet" href="https://os-w-socialmediacenter.onrender.com/static/style/style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="/assets/WS_Service/LangService/lang.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg title-navbar">
<h1 class="mx-auto"></h1>
</nav>
<p class="ps-1 text-center"></p>
</body>
</html>