🎓 Primer commit: estructura del proyecto y material de estudio del Curso de Vóley
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
# TP Final Unidad
|
||||
|
||||
Oops! An Error Occurred
|
||||
The server returned a "500 Internal Server Error".
|
||||
Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html><html><head>
|
||||
<meta charset="UTF-8">
|
||||
<title>An Error Occurred: Internal Server Error</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Oops! An Error Occurred</h1>
|
||||
<h2>The server returned a "500 Internal Server Error".</h2>
|
||||
|
||||
<div>
|
||||
Something is broken. Please let us know what you were doing when this error occurred.
|
||||
We will fix it as soon as possible. Sorry for any inconvenience caused.
|
||||
</div>
|
||||
|
||||
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user