Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
maniac1122 committed Jan 3, 2023
1 parent 8aed3b6 commit 177e272
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 3 additions & 1 deletion films.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
<html>
<head>
<meta charset="UTF-8">
<title>Untitled Document</title>
<title>films </title>
<link href="../../../Unnamed Site 2/index.css" rel="stylesheet" type="text/css">
</head>

<body>
<h1>Films</h1>

</body>
</html>
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


<body>
<div id="mySidenav" class="sidenav"><!-- Add all page content inside this div if you want the side nav to push page content to the right (not used if you only want the sidenav to sit on top of the page --><a href="films.html" title="films" target="new">films </a></div>
<div id="mySidenav" class="sidenav"><!-- Add all page content inside this div if you want the side nav to push page content to the right (not used if you only want the sidenav to sit on top of the page --></div>
<div id="main">
.</div>
<h1><center>
Expand All @@ -33,7 +33,7 @@ <h1><center>
</h1>
<form action="action_page.php">
<div class="container">
<h2>Do you like games? </h2>
<h2>&nbsp;</h2>
<p>Enter your email...</p>
</div>

Expand All @@ -45,7 +45,7 @@ <h2>Do you like games? </h2>
</label>
<div class
</div>
<div class="example"> this is a div in my webpage</div>
<div class="example"></div>
<p> some text <
<?php include 'counter.php';?>
</p>
Expand All @@ -54,9 +54,10 @@ <h2>Do you like games? </h2>
<input type="submit" value="Subscribe">


</div>
<img src="../../../Unnamed Site 2/pig.png" width="1280" height="720" alt=""/></div>
</form>
</body>
<img src="../../../Unnamed Site 2/sheep.png" width="1280" height="720" alt=""/>
</body>



Expand Down

0 comments on commit 177e272

Please sign in to comment.