add initial project files including JSON data, PHP scripts, and HTML structure

This commit is contained in:
ItsTheSky
2026-02-13 12:13:24 +01:00
commit dffb6cf98f
15 changed files with 3235 additions and 0 deletions

15
Voiliers.dtd Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT skipper (nom, age, originaire)>
<!ELEMENT age (#PCDATA)>
<!ELEMENT originaire (#PCDATA)>
<!ELEMENT voiliers (voilier+)>
<!ATTLIST voiliers transat CDATA #REQUIRED>
<!ELEMENT voilier (nom, classe, année, photo, author, skipper+)>
<!ELEMENT nom (#PCDATA)>
<!ELEMENT classe (#PCDATA)>
<!ELEMENT année (#PCDATA)>
<!ELEMENT photo (#PCDATA)>
<!ELEMENT author (#PCDATA)>