NetBeansProjects

This commit is contained in:
Clement Bouillot
2021-05-28 10:56:04 +02:00
commit 068f9156f9
121 changed files with 10836 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
browser=SL[/Browsers/FirefoxBrowser
external.project.url=
server=INTERNAL

View 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>

View 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

View 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>

View File

@@ -0,0 +1,8 @@
{
"name": "Quizz",
"version": "1.0.0",
"keywords": ["util", "functional", "server", "client", "browser"],
"author": "clement.bouillot",
"contributors": [],
"dependencies": {}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View 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;
}