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