Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73f50999e7 | |||
| 633fbb0e8b | |||
| 72ace19fc2 | |||
| e0a5e7f36a | |||
| 75d8e45c18 | |||
| 4f1db18c1b | |||
| da058dc24e | |||
| 9a5c5969e7 | |||
| 59142a7d87 | |||
| 9b6b9e0ac6 |
0
cart/virtual_card.py
Normal file
0
cart/virtual_card.py
Normal file
2
hello.py
2
hello.py
@@ -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)
|
||||
|
||||
0
stock/stock_manager_service.py
Normal file
0
stock/stock_manager_service.py
Normal file
0
styles/carousel.css
Normal file
0
styles/carousel.css
Normal file
0
styles/login.css
Normal file
0
styles/login.css
Normal file
34
webs/home.html
Normal file
34
webs/home.html
Normal 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>
|
||||
Reference in New Issue
Block a user