fruitstand
Version:
13 lines • 366 B
HTML
<html>
<head>
<title>Welcome</title>
<link rel="stylesheet" type="text/css" href="css/welcome.css">
</head>
<body>
<img src="/images/welcome.png">
<p>Welcome to Learning AngularJS. Over the course of
of this book you will get a chance to delve into
the basics of building AngularJS applications. Enjoy!</p>
</body>
</html>