Angular integrated (hello world)
This commit is contained in:
parent
b36b861655
commit
92d1b5524a
1 changed files with 3 additions and 2 deletions
|
@ -1,15 +1,16 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html class="no-js" lang="en">
|
<html class="no-js" lang="en" ng-app>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Cauldron</title>
|
<title>Cauldron</title>
|
||||||
<link rel="stylesheet" href="node_modules/foundation-sites/dist/foundation-flex.min.css">
|
<link rel="stylesheet" href="node_modules/foundation-sites/dist/foundation-flex.min.css">
|
||||||
|
<script src="node_modules/angular/angular.min.js"></script>
|
||||||
|
<script src="node_modules/angular-route/angular-route.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="top-bar">
|
<div class="top-bar">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="top-bar-left">
|
<div class="top-bar-left">
|
||||||
|
|
Loading…
Add table
Reference in a new issue