-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
11 lines (10 loc) · 528 Bytes
/
index.php
File metadata and controls
11 lines (10 loc) · 528 Bytes
1
2
3
4
5
6
7
8
9
10
<?php
echo "<h1>S-O-L-I-D!</h1>";
echo "<p><strong>Navegue entre as branches desse repositório:</strong></p>";
echo "<ul>";
echo "<li>single-responsibility-principle (Single Responsibility Principle)</li>";
echo "<li>open-closed-principle (Open/Closed Principle)</li>";
echo "<li>liskov-substitution-principle (Liskov Substitution Principle)</li>";
echo "<li>interface-segregation-principle (Interface Segregation Principle)</li>";
echo "<li>dependency-inversion-principle (Dependency Inversion Principle)</li>";
echo "<ul>";