Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
thecybernanny-webapp
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asranov0003
thecybernanny-webapp
Commits
ce4f40f3
Commit
ce4f40f3
authored
Jul 17, 2025
by
asranov0003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add title and favicon
parent
f6dd96ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
13 deletions
+17
-13
index.html
index.html
+17
-13
TheCybernanny.png
src/assets/images/TheCybernanny.png
+0
-0
No files found.
index.html
View file @
ce4f40f3
<!doctype html>
<!doctype html>
<html
lang=
"en"
>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
/>
<link
rel=
"icon"
type=
"image/svg+xml"
href=
"/vite.svg"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<script
src=
"https://telegram.org/js/telegram-web-app.js"
></script>
<title>
Vite + React + TS
</title>
<head>
</head>
<meta
charset=
"UTF-8"
/>
<body>
<link
rel=
"icon"
type=
"image/svg+xml"
href=
"./src/assets/images/TheCybernanny.png"
/>
<div
id=
"root"
></div>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<script
type=
"module"
src=
"/src/main.tsx"
></script>
</body>
<script
src=
"https://telegram.org/js/telegram-web-app.js"
></script>
</html>
<title>
The Cybernnanny
</title>
</head>
<body>
<div
id=
"root"
></div>
<script
type=
"module"
src=
"/src/main.tsx"
></script>
</body>
</html>
\ No newline at end of file
src/assets/images/TheCybernanny.png
0 → 100644
View file @
ce4f40f3
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment