Skip to content

sideman05/pythons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 

Repository files navigation

python code

print("Hello, world!")

html code

<html>
<head>
<title>Website</title>
</head>
<body>
<h1>Hello world</h1>
</body>
</html>
# Update package list
sudo apt update

# Upgrade installed packages
sudo apt upgrade -y
elly@kali:~$ sudo apt update
elly@kali:~$ sudo apt upgrade -y
body{
    display:flex;
    flex-direction: column;
    margin: 2rem;
    padding: 1px;
}

This gives you a clean GitHub terminal style with color-coded comments.


3. Fancy Terminal Look (with title bar)

Use HTML + inline CSS:

<div style="background-color:#0d1117;border-radius:10px;padding:10px;">
  <div style="background-color:#2f363d;padding:5px 10px;border-radius:8px 8px 0 0;color:#fff;font-weight:bold;">
    πŸ§‘β€πŸ’» Terminal
  </div>
  <pre style="color:#00ff00;padding:10px;margin:0;">
elly@kali:~$ sudo apt update
elly@kali:~$ sudo apt upgrade -y
  </pre>
</div>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published