Primo commit. Aggiunto file README e index.html.
This commit is contained in:
commit
03ba085520
2 changed files with 15 additions and 0 deletions
4
README.md
Normal file
4
README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
#Html-scheduler
|
||||
Simulazione di uno scheduler in HTML, Javascript e (purtroppo) CSS.
|
||||
###Autori
|
||||
Claudio Maggioni, Fabio Brambilla, Pamela Dardano, Federico Mainetti, Ionel Mihali
|
11
index.html
Normal file
11
index.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="it">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="author" content="Claudio Maggioni, Fabio Brambilla, Pamela Dardano, Federico Mainetti, Ionel Mihali"/>
|
||||
<meta name="description" content="Simulazione di uno scheduler in HTML, Javascript e (purtroppo) CSS."/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Prima modifica</h1>
|
||||
</body>
|
||||
</html>
|
Reference in a new issue