init III
This commit is contained in:
10
Webseiten/andrewisniewski.dev1/admin/index.html
Normal file
10
Webseiten/andrewisniewski.dev1/admin/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Admin</title>
|
||||
</head>
|
||||
|
||||
<frameset cols='150,*'>
|
||||
<frame src='./left.html' name='left' frameborder='0' noresize scrolling='no'>
|
||||
<frame src='./right.html' name='right' frameborder='0' noresize scrolling='yes'>
|
||||
</frameset>
|
||||
</html>
|
||||
Reference in New Issue
Block a user