Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
<img src="{{ url_for('static', filename='img/flask.webp') }}" class="w-36 rounded-lg md:ml-5 lg:ml-5" alt="flask"/>
<div>
<h1 class="text-5xl font-bold">Flask</h1>
<p class="py-6">클라우드타입에서 배포한 Flask 어플리케이션입니다.</p>
<button type="button" onclick="window.open('https://github.com/cloudtype-examples/java-springboot')" class="btn btn-outline rounded">
<p class="py-6">클라우드타입에서 배포한 Flask 어플리케이션입니다.
익훤 병신 쉐키
</p>
<button type="button" onclick="window.open('https://github.com/cloudtype-examples/flask')" class="btn btn-outline rounded">
GitHub
</button>
<button type="button" onclick="window.open('https://docs.cloudtype.io/')" class="btn btn-outline rounded">
Expand All @@ -29,4 +31,4 @@ <h1 class="text-5xl font-bold">Flask</h1>
</div>
</div>
</body>
</html>
</html>