Spaces:
Running
Running
Hero
Browse files- index.html +18 -7
index.html
CHANGED
@@ -1,19 +1,30 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
-
|
5 |
-
<meta name="description" content="DeepSeek
|
6 |
-
<meta name="keywords" content="DeepSeek, LLM, AI
|
7 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8 |
-
<title>DeepSeek
|
9 |
|
10 |
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
|
11 |
-
<link rel="stylesheet" href="
|
12 |
-
<link rel="stylesheet" href="
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
</head>
|
14 |
<body>
|
15 |
|
16 |
-
<section class="hero
|
17 |
<div class="hero-body">
|
18 |
<div class="container is-max-desktop">
|
19 |
<div class="columns is-centered">
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
+
<meta charset="utf-8">
|
5 |
+
<meta name="description" content="DeepSeek: Advancing Open-Source Language Models">
|
6 |
+
<meta name="keywords" content="DeepSeek, LLM, AI">
|
7 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8 |
+
<title>DeepSeek: Advancing Open-Source Language Models</title>
|
9 |
|
10 |
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
|
11 |
+
<link rel="stylesheet" href="./static/css/bulma.min.css">
|
12 |
+
<link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
|
13 |
+
<link rel="stylesheet" href="./static/css/bulma-slider.min.css">
|
14 |
+
<link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
|
15 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
|
16 |
+
<link rel="stylesheet" href="./static/css/index.css">
|
17 |
+
<link rel="icon" href="./static/images/favicon.svg">
|
18 |
+
|
19 |
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
20 |
+
<script defer src="./static/js/fontawesome.all.min.js"></script>
|
21 |
+
<script src="./static/js/bulma-carousel.min.js"></script>
|
22 |
+
<script src="./static/js/bulma-slider.min.js"></script>
|
23 |
+
<script src="./static/js/index.js"></script>
|
24 |
</head>
|
25 |
<body>
|
26 |
|
27 |
+
<section class="hero">
|
28 |
<div class="hero-body">
|
29 |
<div class="container is-max-desktop">
|
30 |
<div class="columns is-centered">
|