pls
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
import TerminalComponent from '../components/Terminal.tsx';
|
import TerminalComponent from '../components/Terminal.tsx';
|
||||||
|
import '../styles/global.css';
|
||||||
const title = "root@ixabatasha.life";
|
const title = "root@ixabatasha.life";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -42,7 +43,6 @@ const solution3 = 5; // Log file analysis puzzle solution
|
|||||||
/>
|
/>
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
<link rel="stylesheet" href="/src/styles/global.css" />
|
|
||||||
</head>
|
</head>
|
||||||
<body class="h-full m-0 p-0 overflow-hidden bg-black">
|
<body class="h-full m-0 p-0 overflow-hidden bg-black">
|
||||||
<div id="terminal-container" class="w-full h-full">
|
<div id="terminal-container" class="w-full h-full">
|
||||||
|
Reference in New Issue
Block a user