mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
Merge branch 'master' of git.keannu1.duckdns.org:keannu125/Borrowing-TrackerFrontend
This commit is contained in:
commit
b11e81b3fb
2 changed files with 13 additions and 2 deletions
11
Pipfile
Normal file
11
Pipfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.11"
|
|
@ -63,9 +63,9 @@ export default function LandingPage() {
|
|||
}}
|
||||
>
|
||||
<p style={{ ...styles.text_dark, ...styles.text_L }}>
|
||||
Gwapo
|
||||
CSM Inventory
|
||||
<br />
|
||||
Jophiel
|
||||
Monitoring and Management System
|
||||
</p>
|
||||
<div style={{ ...styles.flex_column }}>
|
||||
<Button
|
||||
|
|
Loading…
Reference in a new issue