fix: fix typo
This commit is contained in:
parent
c9dc09b06c
commit
38eed4bea6
|
@ -1,4 +1,4 @@
|
||||||
# [Peripathos](https://term.m4tt72.com)
|
# [Peripatos](https://term.m4tt72.com)
|
||||||
|
|
||||||
A terminal style website
|
A terminal style website
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="description" content="Web-based terminal powered by Svelte" />
|
<meta name="description" content="Web-based terminal powered by Svelte" />
|
||||||
|
|
||||||
<title>Peripathos</title>
|
<title>Peripatos | IFT</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="min-h-screen font-mono antialiased">
|
<body class="min-h-screen font-mono antialiased">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "peripathos",
|
"name": "peripatos",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "3.3.1",
|
"version": "3.3.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/acid-info/peripathos.free.technology"
|
"url": "https://github.com/acid-info/peripatos.free.technology"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
<h1 class="flex font-bold">
|
<h1 class="flex font-bold">
|
||||||
<span style={`color: ${$theme.yellow};`}>guest</span>
|
<span style={`color: ${$theme.yellow};`}>guest</span>
|
||||||
<span style={`color: ${$theme.white}`}>@</span>
|
<span style={`color: ${$theme.white}`}>@</span>
|
||||||
<span style={`color: ${$theme.white}; width: max-content;`}>peripathos.free.technology</span>
|
<span style={`color: ${$theme.white}; width: max-content;`}>peripatos.free.technology</span>
|
||||||
<span style={`color: ${$theme.white}`}>:~$</span>
|
<span style={`color: ${$theme.white}`}>:~$</span>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
|
@ -171,12 +171,12 @@ export const commands: Record<
|
||||||
displayNextLetter();
|
displayNextLetter();
|
||||||
}
|
}
|
||||||
|
|
||||||
const text = `██████╗ ███████╗██████╗ ██╗██████╗ █████╗ ████████╗██╗ ██╗ ██████╗ ███████╗
|
const text = `██████╗ ███████╗██████╗ ██╗██████╗ █████╗ ████████╗ ██████╗ ███████╗
|
||||||
██╔══██╗██╔════╝██╔══██╗██║██╔══██╗██╔══██╗╚══██╔══╝██║ ██║██╔═══██╗██╔════╝
|
██╔══██╗██╔════╝██╔══██╗██║██╔══██╗██╔══██╗╚══██╔══╝██╔═══██╗██╔════╝
|
||||||
██████╔╝█████╗ ██████╔╝██║██████╔╝███████║ ██║ ███████║██║ ██║███████╗
|
██████╔╝█████╗ ██████╔╝██║██████╔╝███████║ ██║ ██║ ██║███████╗
|
||||||
██╔═══╝ ██╔══╝ ██╔══██╗██║██╔═══╝ ██╔══██║ ██║ ██╔══██║██║ ██║╚════██║
|
██╔═══╝ ██╔══╝ ██╔══██╗██║██╔═══╝ ██╔══██║ ██║ ██║ ██║╚════██║
|
||||||
██║ ███████╗██║ ██║██║██║ ██║ ██║ ██║ ██║ ██║╚██████╔╝███████║
|
██║ ███████╗██║ ██║██║██║ ██║ ██║ ██║ ╚██████╔╝███████║
|
||||||
╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝
|
╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue