Skip to content

Commit

Permalink
edit name
Browse files Browse the repository at this point in the history
  • Loading branch information
antikab committed Dec 11, 2023
1 parent 398eff5 commit 5c4c1f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="readme_assets/game-preview.jpg" alt="Gallows Preview" width="50%">

Проект на Vue 3 (Composition API) и TypeScript. [(Запуск)](...)
Проект на Vue 3 (Composition API) и TypeScript. [(Запуск)](https://gallows-ten.vercel.app/)

## Стек

Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gallows</title>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 5c4c1f8

Please sign in to comment.