HuggingDiscussions / index.html
victor's picture
victor HF staff
Update index.html
f64a6f1
raw
history blame
No virus
2.19 kB
<!DOCTYPE html>
<html>
<head>
<base target="_blank" >
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no"
/>
<meta
name="description"
content="We’re on a journey to advance and democratize artificial intelligence through open source and open science."
/>
<meta property="fb:app_id" content="1321688464574422" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@huggingface" />
<meta
property="og:title"
content="Hugging Discussions - Introducing Pull Requests and Discussions 🥳"
/>
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://hf.space/static/huggingface/HuggingDiscussions"
/>
<meta
property="og:image"
content="https://hf.space/static/huggingface/HuggingDiscussions/thumbnail.png"
/>
<title>
Hugging Discussions - Introducing Pull Requests and Discussions 🥳
</title>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&amp;display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600;700&amp;display=swap"
rel="stylesheet"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.contentWindow.min.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div class="flex flex-col p-12 md:p-32 min-h-screen bg-[url(https://huggingface.co/front/assets/homepage/hugs.svg)] bg-no-repeat bg-bottom">
<h1 class="text-2xl font-bold mb-4">Hugging Face Hub Discussions</h1>
<h2>Let's discuss and improve the Hub's latest features</h2>
<p><a href="https://huggingface.co/spaces/huggingface/HuggingDiscussions/discussions" class="underline">Go to the community tab</a> to get started</p>
</div>
</body>
</html>