NetBeansProjects
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
browser=SL[/Browsers/FirefoxBrowser
|
||||
external.project.url=
|
||||
server=INTERNAL
|
10
sioa/NetBeansProjects/Quizz/nbproject/private/private.xml
Normal file
10
sioa/NetBeansProjects/Quizz/nbproject/private/private.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
|
||||
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
|
||||
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
|
||||
<group>
|
||||
<file>file:/home/clement.bouillot/NetBeansProjects/Quizz/public_html/Correction.html</file>
|
||||
<file>file:/home/clement.bouillot/NetBeansProjects/Quizz/public_html/Questions%20Réponses.html</file>
|
||||
</group>
|
||||
</open-files>
|
||||
</project-private>
|
9
sioa/NetBeansProjects/Quizz/nbproject/project.properties
Normal file
9
sioa/NetBeansProjects/Quizz/nbproject/project.properties
Normal file
@@ -0,0 +1,9 @@
|
||||
auxiliary.org-netbeans-modules-javascript-nodejs.run_2e_enabled=false
|
||||
browser.run=true
|
||||
file.reference.Quizz-public_html=public_html
|
||||
file.reference.Quizz-test=test
|
||||
files.encoding=UTF-8
|
||||
site.root.folder=${file.reference.Quizz-public_html}
|
||||
start.file=Questions R\u00e9ponses.html
|
||||
test.folder=${file.reference.Quizz-test}
|
||||
web.context.root=/Quizz
|
9
sioa/NetBeansProjects/Quizz/nbproject/project.xml
Normal file
9
sioa/NetBeansProjects/Quizz/nbproject/project.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://www.netbeans.org/ns/project/1">
|
||||
<type>org.netbeans.modules.web.clientproject</type>
|
||||
<configuration>
|
||||
<data xmlns="http://www.netbeans.org/ns/clientside-project/1">
|
||||
<name>Quizz</name>
|
||||
</data>
|
||||
</configuration>
|
||||
</project>
|
8
sioa/NetBeansProjects/Quizz/package.json
Normal file
8
sioa/NetBeansProjects/Quizz/package.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Quizz",
|
||||
"version": "1.0.0",
|
||||
"keywords": ["util", "functional", "server", "client", "browser"],
|
||||
"author": "clement.bouillot",
|
||||
"contributors": [],
|
||||
"dependencies": {}
|
||||
}
|
89
sioa/NetBeansProjects/Quizz/public_html/Correction.html
Normal file
89
sioa/NetBeansProjects/Quizz/public_html/Correction.html
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
27
sioa/NetBeansProjects/Quizz/public_html/Quizz.CSS
Normal file
27
sioa/NetBeansProjects/Quizz/public_html/Quizz.CSS
Normal file
@@ -0,0 +1,27 @@
|
||||
html
|
||||
{margin: 0;
|
||||
padding: 0;}
|
||||
|
||||
h1
|
||||
{background-color: BLACK;
|
||||
color: #00FF00;
|
||||
text-align: CENTER}
|
||||
|
||||
|
||||
.submit
|
||||
{background-color: #3fb6b2;
|
||||
padding:12px 45px;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
color: #ffffff;
|
||||
margin-left: 35%;
|
||||
font-weight: bold;}
|
||||
|
||||
html {
|
||||
margin:0;
|
||||
padding:0;
|
||||
background: url("https://www.sohealthy.fr/wp-content/uploads/2019/09/Escalade-chamonix3.jpg") no-repeat center fixed;
|
||||
-webkit-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
|
Reference in New Issue
Block a user