added humans.txt & moved files
This commit is contained in:
1
app/assets/.gitignore
vendored
1
app/assets/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
bootstrap*.min.*
|
||||
15
app/humans.txt
Normal file
15
app/humans.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
/* SITE */
|
||||
Last update: Sun Aug 06 04:57 AM MSK 2023
|
||||
Language: Russian
|
||||
Doctype: HTML5
|
||||
IDE: Sublime Text 4
|
||||
Tools: Parcel, Prettier, EditorConfig
|
||||
Components: Bootstrap 5.3.1
|
||||
Server: 1Gb RAM 1CPU KVM by FirstVDS
|
||||
Server OS: ArchLinux rolling
|
||||
|
||||
/* TEAM */
|
||||
Chef: Alexander Popov
|
||||
Contacts: iiiypuk [at] fastmail.fm
|
||||
Ko-Fi: iiiypuk
|
||||
Location: Murmansk, Russia
|
||||
@@ -6,11 +6,12 @@
|
||||
<title>a2s</title>
|
||||
<meta name="description" content="" />
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
<link rel="stylesheet" type="text/css" href="./assets/css/bootstrap-v5.3.1.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="./assets/css/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="bootstrap-v5.3.1.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="styles.css" />
|
||||
<script type="module">
|
||||
import './assets/js/app.js';
|
||||
import './app.js';
|
||||
</script>
|
||||
<link rel="author" href="humans.txt" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
</head>
|
||||
<body class="d-flex h-100 text-bg-dark">
|
||||
|
||||
Reference in New Issue
Block a user