Spaces:
Running
Running
Update index.html
Browse files- index.html +10 -4
index.html
CHANGED
@@ -436,18 +436,24 @@
|
|
436 |
}
|
437 |
}
|
438 |
</style>
|
|
|
439 |
</head>
|
440 |
<body>
|
441 |
<div class="container">
|
442 |
<header>
|
443 |
-
<h1>AI SAAS
|
444 |
-
<p class="subtitle"
|
|
|
|
|
|
|
|
|
|
|
445 |
</header>
|
446 |
|
447 |
<div class="tabs">
|
448 |
-
<button class="tab active" onclick="switchTab('custom')">AI SaaS
|
449 |
</div>
|
450 |
-
|
451 |
<!-- AI SaaS 맞춤 설계 탭 -->
|
452 |
<div id="custom" class="tab-content active">
|
453 |
<div class="custom-design-container">
|
|
|
436 |
}
|
437 |
}
|
438 |
</style>
|
439 |
+
|
440 |
</head>
|
441 |
<body>
|
442 |
<div class="container">
|
443 |
<header>
|
444 |
+
<h1>AI SAAS 구축 시뮬레이션/계산기</h1>
|
445 |
+
<p class="subtitle">Find the optimal AI service building method for you</p>
|
446 |
+
<div class="badges">
|
447 |
+
<a href="https://discord.gg/openfreeai" target="_blank"><img src="https://img.shields.io/static/v1?label=Discord&message=Openfree%20AI&color=%230000ff&labelColor=%23800080&logo=discord&logoColor=white&style=for-the-badge" alt="badge"></a>
|
448 |
+
<a href="https://huggingface.co/spaces/openfree/Best-AI" target="_blank"><img src="https://img.shields.io/static/v1?label=Collections&message=BEST%20AI%20Services&color=%230000ff&labelColor=%23800080&logo=huggingface&logoColor=white&style=for-the-badge" alt="badge"></a>
|
449 |
+
<a href="https://vidraft-ai.static.hf.space/index.html" target="_blank"><img src="https://img.shields.io/static/v1?label=Powered%20by&message=VIDRAFT&color=%23ffd700&labelColor=%23000080&logo=huggingface&logoColor=white&style=for-the-badge" alt="badge"></a>
|
450 |
+
</div>
|
451 |
</header>
|
452 |
|
453 |
<div class="tabs">
|
454 |
+
<button class="tab active" onclick="switchTab('custom')">AI SaaS Custom Design Calculator</button>
|
455 |
</div>
|
456 |
+
|
457 |
<!-- AI SaaS 맞춤 설계 탭 -->
|
458 |
<div id="custom" class="tab-content active">
|
459 |
<div class="custom-design-container">
|