test ide netbeans

This commit is contained in:
kankys 2024-09-06 01:29:05 +02:00
parent db4caffced
commit c2c1705ff9
2 changed files with 7 additions and 4 deletions

View File

@ -5,5 +5,6 @@
} }
body { body {
background-color: lightgreen background-color: lightgreen;
text-align: center;
} }

View File

@ -5,6 +5,10 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Blog o všem možném i nemožném...." />
<meta name="keywords" content="Projekty a odkazy" />
<meta name="author" content="Lukáš Kaňka" />
<link rel="stylesheet" href="./assets/css/style.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous" /> integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous" />
<title>Odkazy a repozitáře</title> <title>Odkazy a repozitáře</title>
@ -13,7 +17,7 @@
<body> <body>
<h1>Omlouváme se, stránka se připravuje</h1> <h1>Omlouváme se, stránka se připravuje</h1>
<p><a href='../index.php'>Zpět na hlavní stranu</a></p> <p><a href='../index.php'>Zpět na hlavní stranu</a></p>
<h2> Git ropossitáře:</h2> <h2> Git ropozitáře:</h2>
<ul> <ul>
<li> <a href="https://git.archoslinux.cz/kankys" target="_blank"><i class="fa fa-gitea"></i> Gitea na ArchLinux <li> <a href="https://git.archoslinux.cz/kankys" target="_blank"><i class="fa fa-gitea"></i> Gitea na ArchLinux
CZ</a></li> CZ</a></li>
@ -45,8 +49,6 @@
<li><p><a href="https://filezilla-project.org/" target="_blank"><i class="fa fa-filezilla"></i> FileZilla</a> - FTP klient který zapínám hned po startu pc jako první.</p></li> <li><p><a href="https://filezilla-project.org/" target="_blank"><i class="fa fa-filezilla"></i> FileZilla</a> - FTP klient který zapínám hned po startu pc jako první.</p></li>
<li><p><a href="https://www.apachefriends.org/index.html" target="_blank"><i class="fa fa-xampp"></i> XAMPP</a> - vývojové prostředí pro PHP.</p></li> <li><p><a href="https://www.apachefriends.org/index.html" target="_blank"><i class="fa fa-xampp"></i> XAMPP</a> - vývojové prostředí pro PHP.</p></li>
<li><p><a href="https://netbeans.apache.org/front/main/index.html" terget="_blank"><i class="fa fa-netbeans"></i> NetBeans</a> - tuto stálici na poli IDE teprve testuji.</p></li> <li><p><a href="https://netbeans.apache.org/front/main/index.html" terget="_blank"><i class="fa fa-netbeans"></i> NetBeans</a> - tuto stálici na poli IDE teprve testuji.</p></li>
<li><p>Také navíc testuji Sublime-text</p></li>
<li>Ale NetBeans mi příjde lepší</li>
</ul> </ul>
</body> </body>