mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2025-06-11 01:13:18 +02:00
Raw captive portal detected popup
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
<link href="css/normalize.css" rel="stylesheet" media="screen">
|
||||
<link href="css/fixedPosInterface.css" rel="stylesheet" media="screen">
|
||||
<link href="css/d3d_btns.css" rel="stylesheet" media="screen">
|
||||
<link href="css/settingsPopup.css" rel="stylesheet" media="screen">
|
||||
<link href="css/popups.css" rel="stylesheet">
|
||||
<link href="css/debug.css" rel="stylesheet" media="screen">
|
||||
|
||||
</head>
|
||||
@ -79,7 +79,7 @@
|
||||
<textarea rows="5" cols="115" id="textdump"></textarea>
|
||||
</div>
|
||||
<div id="contentOverlay">
|
||||
<div id="settings">
|
||||
<div id="settings" class="popup">
|
||||
<header>
|
||||
<img src="img/settings_lable.png" alt="settings"/>
|
||||
</header>
|
||||
@ -90,6 +90,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="portalpopup" class="popup">
|
||||
<p>Hi, <a href="http://draw.doodle3d.com">start doodling!</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="portrait">
|
||||
|
Reference in New Issue
Block a user