加入标题修改
This commit is contained in:
parent
1842c89502
commit
ea92d9399b
|
@ -2,12 +2,12 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>智龙迷城车队阵型图制作</title>
|
||||
<title>智龙迷城车队阵型图制作工具</title>
|
||||
<meta name="viewport" content="width=664" />
|
||||
<link href="style.css" rel="stylesheet" type="text/css">
|
||||
<link href="style-monsterimages.css" rel="stylesheet" type="text/css">
|
||||
<link id="language-css" href="languages/zh.css" rel="stylesheet" type="text/css">
|
||||
<script type="text/javascript" src="language-list.js"></script>
|
||||
<script type="text/javascript" src="languages/language-list.js"></script>
|
||||
<script type="text/javascript" src="universal_function.js"></script>
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
var txtTitle = document.querySelector(".title-box .title");
|
||||
document.title = 'P&D Dash Formation Maker';
|
||||
var txtTitle = document.querySelector(".title-box .title");
|
||||
var txtDetail = document.querySelector(".detail-box .detail");
|
||||
txtTitle.placeholder = "Input Formation Title";
|
||||
txtDetail.placeholder = "Input Detail";
|
|
@ -1,4 +1,5 @@
|
|||
var txtTitle = document.querySelector(".title-box .title");
|
||||
document.title = 'パズル&ドラゴンズ周回チーム制作ツール';
|
||||
var txtTitle = document.querySelector(".title-box .title");
|
||||
var txtDetail = document.querySelector(".detail-box .detail");
|
||||
txtTitle.placeholder = "入力フォーメーションのタイトル";
|
||||
txtDetail.placeholder = "入力詳細";
|
|
@ -1,4 +1,5 @@
|
|||
var txtTitle = document.querySelector(".title-box .title");
|
||||
document.title = '퍼즐앤드래곤 팀 생산 도구';
|
||||
var txtTitle = document.querySelector(".title-box .title");
|
||||
var txtDetail = document.querySelector(".detail-box .detail");
|
||||
txtTitle.placeholder = "편대 칭호 입력";
|
||||
txtDetail.placeholder = "입력 내용";
|
|
@ -1,4 +1,5 @@
|
|||
var txtTitle = document.querySelector(".title-box .title");
|
||||
document.title = '龍族拼圖車隊陣型圖製作工具';
|
||||
var txtTitle = document.querySelector(".title-box .title");
|
||||
var txtDetail = document.querySelector(".detail-box .detail");
|
||||
txtTitle.placeholder = "輸入陣型標題";
|
||||
txtDetail.placeholder = "輸入說明";
|
Loading…
Reference in New Issue