This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<HTML> | |
<HEAD> | |
<TITLE>Popup div with disabled background</TITLE> | |
<style> | |
.ontop { | |
z-index: 999; | |
width: 100%; | |
height: 100%; | |
top: 0; | |
left: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##### Example wpa_supplicant configuration file ############################### | |
# | |
# This file describes configuration file format and lists all available option. | |
# Please also take a look at simpler configuration examples in 'examples' | |
# subdirectory. | |
# | |
# Empty lines and lines starting with # are ignored | |
# NOTE! This file may contain password information and should probably be made | |
# readable only by root user on multiuser systems. |