mirror of
https://github.com/letieu/terminal.css.git
synced 2026-03-15 02:04:30 -07:00
use v0.0.3
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
<!-- terminal.css Components (Bulma-style) -->
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/letieu/terminal.css@v0.0.2/index.css"
|
||||
href="https://cdn.jsdelivr.net/gh/letieu/terminal.css@v0.0.3/index.css"
|
||||
/>
|
||||
|
||||
<!-- Tailwind for layout (optional) -->
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
|
||||
<!-- terminal.css JavaScript -->
|
||||
<script src="https://cdn.jsdelivr.net/gh/letieu/terminal.css@v0.0.2/index.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/gh/letieu/terminal.css@v0.0.3/index.js"></script>
|
||||
</head>
|
||||
<body class="min-h-screen p-0 md:p-8">
|
||||
<!-- MAIN TERMINAL WINDOW -->
|
||||
@@ -28,7 +28,7 @@
|
||||
<div class="w-3 h-3 rounded-full bg-green-500"></div>
|
||||
</div>
|
||||
<div class="has-text-muted text-sm font-bold">dev@localhost:~/</div>
|
||||
<div class="has-text-muted text-xs" style="opacity: 0.5">v0.0.2</div>
|
||||
<div class="has-text-muted text-xs" style="opacity: 0.5">v0.0.3</div>
|
||||
</div>
|
||||
|
||||
<!-- BODY -->
|
||||
|
||||
Reference in New Issue
Block a user