license.html (909B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <meta http-equiv="X-UA-Compatible" content="ie=edge"> 7 <link rel="stylesheet" href="style.css"> 8 <link rel="icon" type="image/png" href="favicon.png"> 9 <title>evenfri - license</title> 10 </head> 11 12 <body> 13 <div class="container"> 14 <h1><a href="index.html">evenfri</a></h1> 15 16 <div class="nav"> 17 < <a href="index.html">home</a> > 18 </div> 19 20 <div style="text-align: center;"> 21 all of my projects are licensed under the <br> 22 <a href="LICENSE.txt">GNU GPL v3</a><br> 23 (or later) license, unless a different license is explicitly stated <br> 24 in the root of the repository. the full text of the license is <br> 25 available at the link above<br> 26 </div> 27 28 </div> 29 </body> 30 </html>