Skip to content
This repository has been archived by the owner on Aug 7, 2022. It is now read-only.

Commit

Permalink
[Change] メッセージをアップデート
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiro527 committed Nov 18, 2021
1 parent 1b481e2 commit 3e5b238
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions app/html/splashWindow.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>LaF</title>
<link rel='stylesheet' href='css/splashWindow.css'>
</head>
<body>
<div id='appVersion'></div>
<div id='devMsg'>
FaceIT Soon???<br>
FaceITまだかな…(遠い目)
</div>
</div>
<img id='logo' src='../img/icon_small.png'>
<div id='status'></div>
</body>

<head>
<title>LaF</title>
<link rel='stylesheet' href='css/splashWindow.css'>
</head>

<body>
<div id='appVersion'></div>
<div id='devMsg'>
Hahahahahaha
</div>
</div>
<img id='logo' src='../img/icon_small.png'>
<div id='status'></div>
</body>

</html>

0 comments on commit 3e5b238

Please sign in to comment.