Please share you app.yaml & directory structure.

On Wednesday, April 16, 2014 8:41:29 PM UTC-7, Aurie P. wrote:
>
> I've created a website, tested it locally using the google app engine, 
> everything works perfectly with the execption of this one html page:
> the error that I get is above and also 404 Not found The requested URL 
> /Contact.html was not found on this server.
> Can someone help me figure this out...thanks in advance.
>
>
> <!DOCTYPE html>
> <html lang="en"> 
> <head>
> <meta charset="utf-8"/>
> <title>Contact</title>
> <link href="styles.css" type="text/css"
> rel="stylesheet" />
> </head>
> <body>
> <div id="outerdiv">
> <div id="header">
> <div id="navbar">
> <ul>
> <li><a href="index.html">Home</a></li>
> <li><a href="experiences.html">Experiences</a></li>
> <li><a href="qualifications.html">Qualifications</a></li>
> <li><a href="contact.html" class="current">Contact</a></li>
> </ul>
> </div><!-- header -->
> </div><!-- header -->
> </div><!-- .outerdiv -->
> <div class="wrapper">
> <section class="LeftSide">
> <article>
> <figure>
> <img src="aurie.jpg" alt="Aurie" /><!--MyPic -->
> </figure>
> <h2>Contact:</h2>
> <h3>Aurie Pena</h3>
> <table>
> <tr>
> <th> Method </th>
> <th> Info </th>
> </tr> 
> <tr>
> <td> Phone </td>
> <td> 813-000-0000</td>
> </tr>
> <tr>
> <td> email </td>
> <td><a href="mailto:aurie <javascript:>**@gmail.com">
> aurie**@gmail.com</a></td>
> </tr>
> </table>
> </article>   
> </section>
> <aside>
> <section class="Side">
> <h2>Technical Skills:</h2>
> <a href="protocols.html">Protocols</a>
> <a href="systems.html">Software</a>
> <a href="hardware.html">Hardware</a> 
> </section>
> <section class="Reminder">
> <h2>Reminder:</h2>
> <p>Don't forget to Bookmark!</p>
> </section>
> </aside>
> <footer>
> &copy; 2014 Aurie Pena
> </footer>
> </div><!-- .wrapper -->
> </body>
> </html>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to