chore: title change

This commit is contained in:
Asad 2025-01-17 16:01:31 -05:00
parent 03b66b854e
commit c70da27183
3 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
# BinCode - A Complete Self-Hostable JSFiddle Alternative
# [BinCode](jsbin.asadk.dev) - A Complete Self-Hostable JSFiddle Alternative
## Overview
BinCode is a minimalist platform for managing and sharing code snippets, built with Vue.js and SQLite. Unlike similar tools that depend on external services, BinCode runs entirely on your own infrastructure, giving you complete control over your data and workflow.

Binary file not shown.

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JS Playground</title>
<title>BinCode</title>
<link rel="stylesheet" href="/style.css" />
<!-- Prismjs css -->
<link rel="stylesheet" href="./libraries/prism/theme/prism.min.css" />