mirror of
https://github.com/fccapria/scientify.git
synced 2026-01-12 02:36:10 +00:00
36 lines
1.5 KiB
HTML
36 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="it">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.svg" type="image/svg+xml" />
|
|
<link rel="alternate icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#667eea" />
|
|
<meta
|
|
name="description"
|
|
content="Scientify - modern platform for managing and sharing scientific publications"
|
|
/>
|
|
<meta name="keywords" content="" />
|
|
<meta name="author" content="Scientify Team" />
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="Scientify - Scientific Publications Management" />
|
|
<meta property="og:description" content="modern platform for managing and sharing scientific publications" />
|
|
<meta property="og:image" content="%PUBLIC_URL%/favicon.svg" />
|
|
|
|
<!-- Twitter -->
|
|
<meta property="twitter:card" content="summary_large_image" />
|
|
<meta property="twitter:title" content="Scientify - Scientific Publications Management" />
|
|
<meta property="twitter:description" content="modern platform for managing and sharing scientific publications" />
|
|
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.svg" />
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
|
|
<title>Scientify - Scientific Publications Management</title>
|
|
</head>
|
|
<body>
|
|
<noscript>Allow javascript to use Scientify.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|