updated
4
app.hta
|
@ -23,7 +23,7 @@
|
||||||
@attribute WindowsState [Normal]|Minimize|Maximize
|
@attribute WindowsState [Normal]|Minimize|Maximize
|
||||||
-->
|
-->
|
||||||
<hta:application
|
<hta:application
|
||||||
ApplicationName="Application Name"
|
ApplicationName="NextVPN"
|
||||||
Border="Thin"
|
Border="Thin"
|
||||||
BorderStyle="Static"
|
BorderStyle="Static"
|
||||||
Caption="Yes"
|
Caption="Yes"
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
SysMenu="Yes"
|
SysMenu="Yes"
|
||||||
WindowState="Normal"
|
WindowState="Normal"
|
||||||
/>
|
/>
|
||||||
<title>Application Title</title>
|
<title>NextVPN</title>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<link type="text/css" rel="stylesheet" href="app/assets/css/style.css" />
|
<link type="text/css" rel="stylesheet" href="app/assets/css/style.css" />
|
||||||
|
|
77
app/app.html
|
@ -5,11 +5,86 @@
|
||||||
|
|
||||||
<div class="serverbox">
|
<div class="serverbox">
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>
|
||||||
|
<span>모든 위치</span>
|
||||||
|
<ul class="sub">
|
||||||
|
<li><span>로그인하세요</span></li>
|
||||||
|
<li><a href="#us1"><span><img src="app/assets/img/flags/shiny/16/United-States.png" alt="United States" /> US 1</span></a></li>
|
||||||
|
<li><a href="#us2"><span><img src="app/assets/img/flags/shiny/16/United-States.png" alt="United States" /> US 2</span></a></li>
|
||||||
|
<li><a href="#us3"><span><img src="app/assets/img/flags/shiny/16/United-States.png" alt="United States" /> US 3</span></a></li>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
|
<div class="logobox">
|
||||||
|
<img src="app/assets/img/logo.png" alt="로고" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="loginbox">
|
||||||
|
<form method="post" action="">
|
||||||
|
<div class="box1">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<label for="username">사용자 이름</label>
|
||||||
|
<input id="username" class="text" type="text" placeholder="사용자 이름" />
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<label for="password">패스워드</label>
|
||||||
|
<input id="password" class="text" type="password" placeholder="패스워드" />
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="box2">
|
||||||
|
<button id="btn_login" class="submit" type="submit">로그인</button>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="statusbox">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<dl>
|
||||||
|
<dt>서버:</dt>
|
||||||
|
<dd>-</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<dl>
|
||||||
|
<dt>상태:</dt>
|
||||||
|
<dd><span style="font-weight: bold;">연결 안됨</span></dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<dl>
|
||||||
|
<dt>IP:</dt>
|
||||||
|
<dd>-</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<dl>
|
||||||
|
<dt>업타임:</dt>
|
||||||
|
<dd>-</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<dl>
|
||||||
|
<dt>보냄:</dt>
|
||||||
|
<dd>-</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<dl>
|
||||||
|
<dt>받음: <a id="test" href="#test">test</a></dt>
|
||||||
|
<dd>-</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -50,6 +50,7 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
input.text {
|
input.text {
|
||||||
|
font-size: 1em;
|
||||||
font-family: "맑은 고딕",, "Malgun Gothic", "Segoe UI", Calibri, Arial, Sans-Serif;
|
font-family: "맑은 고딕",, "Malgun Gothic", "Segoe UI", Calibri, Arial, Sans-Serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -65,6 +66,7 @@ input.text {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#aside .searchbox {
|
#aside .searchbox {
|
||||||
|
@ -82,7 +84,101 @@ input.text {
|
||||||
color: #505050;
|
color: #505050;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#aside .serverbox ul li {
|
||||||
|
border-top: 1px solid #2a2c2b;
|
||||||
|
border-bottom: 1px solid #343635;
|
||||||
|
background-color: #27282a;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#aside .serverbox ul li a {
|
||||||
|
display: block;
|
||||||
|
text-decoration: none;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#aside .serverbox ul li span {
|
||||||
|
display: block;
|
||||||
|
padding: 10px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#aside .serverbox ul li span img {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
#aside .serverbox ul.sub li {
|
||||||
|
background-color: #3b3c3e;
|
||||||
|
}
|
||||||
|
|
||||||
|
#aside .serverbox ul.sub li span {
|
||||||
|
padding-left: 30px;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
float: right;
|
float: right;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
|
height: 100%;
|
||||||
|
background: url(../img/World-Map-PNG-Picture.png) no-repeat center 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content .logobox {
|
||||||
|
margin: 50px 0;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content .loginbox {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content .loginbox label {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content .loginbox ul li {
|
||||||
|
margin: 8px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content .loginbox ul li input.text {
|
||||||
|
width: 200px;
|
||||||
|
border: 1px solid #888;
|
||||||
|
border-radius: 8px;
|
||||||
|
padding: 5px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content .loginbox button.submit {
|
||||||
|
border: 0;
|
||||||
|
background: none;
|
||||||
|
background-color: #43a747;
|
||||||
|
color: #fff;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 10px 20px;
|
||||||
|
border-radius: 8px;
|
||||||
|
font-size: 1em;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content .loginbox .box2 {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content .statusbox {
|
||||||
|
width: 360px;
|
||||||
|
margin: 60px auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content .statusbox ul li {
|
||||||
|
float: left;
|
||||||
|
width: 180px;
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content .statusbox ul li dl dt {
|
||||||
|
color: #616686;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content .statusbox ul li dl dd {
|
||||||
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
BIN
app/assets/img/World-Map-PNG-Picture.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
app/assets/img/flags/flat/16/Abkhazia.png
Normal file
After Width: | Height: | Size: 276 B |
BIN
app/assets/img/flags/flat/16/Afghanistan.png
Normal file
After Width: | Height: | Size: 259 B |
BIN
app/assets/img/flags/flat/16/Aland.png
Normal file
After Width: | Height: | Size: 121 B |
BIN
app/assets/img/flags/flat/16/Albania.png
Normal file
After Width: | Height: | Size: 291 B |
BIN
app/assets/img/flags/flat/16/Algeria.png
Normal file
After Width: | Height: | Size: 309 B |
BIN
app/assets/img/flags/flat/16/American-Samoa.png
Normal file
After Width: | Height: | Size: 448 B |
BIN
app/assets/img/flags/flat/16/Andorra.png
Normal file
After Width: | Height: | Size: 263 B |
BIN
app/assets/img/flags/flat/16/Angola.png
Normal file
After Width: | Height: | Size: 241 B |
BIN
app/assets/img/flags/flat/16/Anguilla.png
Normal file
After Width: | Height: | Size: 332 B |
BIN
app/assets/img/flags/flat/16/Antarctica.png
Normal file
After Width: | Height: | Size: 382 B |
BIN
app/assets/img/flags/flat/16/Antigua-and-Barbuda.png
Normal file
After Width: | Height: | Size: 302 B |
BIN
app/assets/img/flags/flat/16/Argentina.png
Normal file
After Width: | Height: | Size: 209 B |
BIN
app/assets/img/flags/flat/16/Armenia.png
Normal file
After Width: | Height: | Size: 105 B |
BIN
app/assets/img/flags/flat/16/Aruba.png
Normal file
After Width: | Height: | Size: 182 B |
BIN
app/assets/img/flags/flat/16/Australia.png
Normal file
After Width: | Height: | Size: 228 B |
BIN
app/assets/img/flags/flat/16/Austria.png
Normal file
After Width: | Height: | Size: 98 B |
BIN
app/assets/img/flags/flat/16/Azerbaijan.png
Normal file
After Width: | Height: | Size: 267 B |
BIN
app/assets/img/flags/flat/16/Bahamas.png
Normal file
After Width: | Height: | Size: 171 B |
BIN
app/assets/img/flags/flat/16/Bahrain.png
Normal file
After Width: | Height: | Size: 129 B |
BIN
app/assets/img/flags/flat/16/Bangladesh.png
Normal file
After Width: | Height: | Size: 211 B |
BIN
app/assets/img/flags/flat/16/Barbados.png
Normal file
After Width: | Height: | Size: 159 B |
BIN
app/assets/img/flags/flat/16/Basque-Country.png
Normal file
After Width: | Height: | Size: 240 B |
BIN
app/assets/img/flags/flat/16/Belarus.png
Normal file
After Width: | Height: | Size: 151 B |
BIN
app/assets/img/flags/flat/16/Belgium.png
Normal file
After Width: | Height: | Size: 102 B |
BIN
app/assets/img/flags/flat/16/Belize.png
Normal file
After Width: | Height: | Size: 337 B |
BIN
app/assets/img/flags/flat/16/Benin.png
Normal file
After Width: | Height: | Size: 106 B |
BIN
app/assets/img/flags/flat/16/Bermuda.png
Normal file
After Width: | Height: | Size: 321 B |
BIN
app/assets/img/flags/flat/16/Bhutan.png
Normal file
After Width: | Height: | Size: 449 B |
BIN
app/assets/img/flags/flat/16/Bolivia.png
Normal file
After Width: | Height: | Size: 236 B |
BIN
app/assets/img/flags/flat/16/Bosnia-and-Herzegovina.png
Normal file
After Width: | Height: | Size: 355 B |
BIN
app/assets/img/flags/flat/16/Botswana.png
Normal file
After Width: | Height: | Size: 108 B |
BIN
app/assets/img/flags/flat/16/Brazil.png
Normal file
After Width: | Height: | Size: 432 B |
BIN
app/assets/img/flags/flat/16/British-Antarctic-Territory.png
Normal file
After Width: | Height: | Size: 361 B |
BIN
app/assets/img/flags/flat/16/British-Virgin-Islands.png
Normal file
After Width: | Height: | Size: 337 B |
BIN
app/assets/img/flags/flat/16/Brunei.png
Normal file
After Width: | Height: | Size: 518 B |
BIN
app/assets/img/flags/flat/16/Bulgaria.png
Normal file
After Width: | Height: | Size: 103 B |
BIN
app/assets/img/flags/flat/16/Burkina-Faso.png
Normal file
After Width: | Height: | Size: 166 B |
BIN
app/assets/img/flags/flat/16/Burundi.png
Normal file
After Width: | Height: | Size: 454 B |
BIN
app/assets/img/flags/flat/16/Cambodia.png
Normal file
After Width: | Height: | Size: 232 B |
BIN
app/assets/img/flags/flat/16/Cameroon.png
Normal file
After Width: | Height: | Size: 163 B |
BIN
app/assets/img/flags/flat/16/Canada.png
Normal file
After Width: | Height: | Size: 177 B |
BIN
app/assets/img/flags/flat/16/Canary-Islands.png
Normal file
After Width: | Height: | Size: 183 B |
BIN
app/assets/img/flags/flat/16/Cape-Verde.png
Normal file
After Width: | Height: | Size: 138 B |
BIN
app/assets/img/flags/flat/16/Catalonia.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
app/assets/img/flags/flat/16/Cayman-Islands.png
Normal file
After Width: | Height: | Size: 338 B |
BIN
app/assets/img/flags/flat/16/Central-African-Republic.png
Normal file
After Width: | Height: | Size: 162 B |
BIN
app/assets/img/flags/flat/16/Chad.png
Normal file
After Width: | Height: | Size: 103 B |
BIN
app/assets/img/flags/flat/16/Chile.png
Normal file
After Width: | Height: | Size: 150 B |
BIN
app/assets/img/flags/flat/16/China.png
Normal file
After Width: | Height: | Size: 310 B |
BIN
app/assets/img/flags/flat/16/Christmas-Island.png
Normal file
After Width: | Height: | Size: 390 B |
BIN
app/assets/img/flags/flat/16/Cocos-Keeling-Islands.png
Normal file
After Width: | Height: | Size: 259 B |
BIN
app/assets/img/flags/flat/16/Colombia.png
Normal file
After Width: | Height: | Size: 108 B |
BIN
app/assets/img/flags/flat/16/Commonwealth.png
Normal file
After Width: | Height: | Size: 443 B |
BIN
app/assets/img/flags/flat/16/Comoros.png
Normal file
After Width: | Height: | Size: 272 B |
BIN
app/assets/img/flags/flat/16/Cook-Islands.png
Normal file
After Width: | Height: | Size: 331 B |
BIN
app/assets/img/flags/flat/16/Costa-Rica.png
Normal file
After Width: | Height: | Size: 110 B |
BIN
app/assets/img/flags/flat/16/Cote-dIvoire.png
Normal file
After Width: | Height: | Size: 100 B |
BIN
app/assets/img/flags/flat/16/Croatia.png
Normal file
After Width: | Height: | Size: 391 B |
BIN
app/assets/img/flags/flat/16/Cuba.png
Normal file
After Width: | Height: | Size: 215 B |
BIN
app/assets/img/flags/flat/16/Curacao.png
Normal file
After Width: | Height: | Size: 191 B |
BIN
app/assets/img/flags/flat/16/Cyprus.png
Normal file
After Width: | Height: | Size: 364 B |
BIN
app/assets/img/flags/flat/16/Czech-Republic.png
Normal file
After Width: | Height: | Size: 221 B |
After Width: | Height: | Size: 432 B |
BIN
app/assets/img/flags/flat/16/Denmark.png
Normal file
After Width: | Height: | Size: 106 B |
BIN
app/assets/img/flags/flat/16/Djibouti.png
Normal file
After Width: | Height: | Size: 228 B |
BIN
app/assets/img/flags/flat/16/Dominica.png
Normal file
After Width: | Height: | Size: 333 B |
BIN
app/assets/img/flags/flat/16/Dominican-Republic.png
Normal file
After Width: | Height: | Size: 142 B |
BIN
app/assets/img/flags/flat/16/East-Timor.png
Normal file
After Width: | Height: | Size: 277 B |
BIN
app/assets/img/flags/flat/16/Ecuador.png
Normal file
After Width: | Height: | Size: 264 B |
BIN
app/assets/img/flags/flat/16/Egypt.png
Normal file
After Width: | Height: | Size: 199 B |
BIN
app/assets/img/flags/flat/16/El-Salvador.png
Normal file
After Width: | Height: | Size: 209 B |
BIN
app/assets/img/flags/flat/16/England.png
Normal file
After Width: | Height: | Size: 102 B |
BIN
app/assets/img/flags/flat/16/Equatorial-Guinea.png
Normal file
After Width: | Height: | Size: 308 B |
BIN
app/assets/img/flags/flat/16/Eritrea.png
Normal file
After Width: | Height: | Size: 421 B |
BIN
app/assets/img/flags/flat/16/Estonia.png
Normal file
After Width: | Height: | Size: 102 B |
BIN
app/assets/img/flags/flat/16/Ethiopia.png
Normal file
After Width: | Height: | Size: 420 B |
BIN
app/assets/img/flags/flat/16/European-Union.png
Normal file
After Width: | Height: | Size: 316 B |
BIN
app/assets/img/flags/flat/16/Falkland-Islands.png
Normal file
After Width: | Height: | Size: 344 B |
BIN
app/assets/img/flags/flat/16/Faroes.png
Normal file
After Width: | Height: | Size: 122 B |
BIN
app/assets/img/flags/flat/16/Fiji.png
Normal file
After Width: | Height: | Size: 387 B |
BIN
app/assets/img/flags/flat/16/Finland.png
Normal file
After Width: | Height: | Size: 103 B |
BIN
app/assets/img/flags/flat/16/France.png
Normal file
After Width: | Height: | Size: 100 B |
BIN
app/assets/img/flags/flat/16/French-Polynesia.png
Normal file
After Width: | Height: | Size: 217 B |
BIN
app/assets/img/flags/flat/16/French-Southern-Territories.png
Normal file
After Width: | Height: | Size: 224 B |
BIN
app/assets/img/flags/flat/16/Gabon.png
Normal file
After Width: | Height: | Size: 108 B |
BIN
app/assets/img/flags/flat/16/Gambia.png
Normal file
After Width: | Height: | Size: 115 B |
BIN
app/assets/img/flags/flat/16/Georgia.png
Normal file
After Width: | Height: | Size: 122 B |
BIN
app/assets/img/flags/flat/16/Germany.png
Normal file
After Width: | Height: | Size: 102 B |
BIN
app/assets/img/flags/flat/16/Ghana.png
Normal file
After Width: | Height: | Size: 162 B |
BIN
app/assets/img/flags/flat/16/Gibraltar.png
Normal file
After Width: | Height: | Size: 245 B |
BIN
app/assets/img/flags/flat/16/GoSquared.png
Normal file
After Width: | Height: | Size: 239 B |
BIN
app/assets/img/flags/flat/16/Greece.png
Normal file
After Width: | Height: | Size: 141 B |
BIN
app/assets/img/flags/flat/16/Greenland.png
Normal file
After Width: | Height: | Size: 196 B |
BIN
app/assets/img/flags/flat/16/Grenada.png
Normal file
After Width: | Height: | Size: 313 B |
BIN
app/assets/img/flags/flat/16/Guam.png
Normal file
After Width: | Height: | Size: 228 B |
BIN
app/assets/img/flags/flat/16/Guatemala.png
Normal file
After Width: | Height: | Size: 198 B |