10 Commits
v1.1 ... master

6 changed files with 36 additions and 0 deletions

0
cart/virtual_card.py Normal file
View File

View File

@@ -1,7 +1,9 @@
#!/usr/bin/python3
import os
import timedate
print("Hello-World for Python!")
# OS Info!
# More info
print(os.getlogin)
print(os.getpid)

View File

0
styles/carousel.css Normal file
View File

0
styles/login.css Normal file
View File

34
webs/home.html Normal file
View File

@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<!--
index.html
Copyright 2021 mpho <<mphoraff> @ gmail<dot>com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.
-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible">
<title>Hexagon Pics</title>
<meta name="generator" content="Geany 1.36" />
<link rel="stylesheet" href="../styles/carousel.css">
<link rel="stylesheet" href="../styles/login.css">
</head>
<body>
Hello World!
</body>
</html>