removed php skeleton symlink and removed php code from html skeleton

This commit is contained in:
305a385 2023-05-30 10:09:11 +02:00
parent c766f6c79c
commit 42bdea575f
2 changed files with 11 additions and 4 deletions

View File

@ -1,9 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<?php
include('head.php');
?>
</head>
<body>

View File

@ -1 +0,0 @@
/home/saadyah/.vim/skeletons/skeleton.html

View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<?php
include('head.php');
?>
</head>
<body>
</body>
</html>