-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
julienperugini
committed
Jun 2, 2016
1 parent
168bb7a
commit e8244b0
Showing
9 changed files
with
958 additions
and
964 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,816 changes: 908 additions & 908 deletions
1,816
webapp/src/main/resources/static/assets/ttt-0.0.1.css
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
<!DOCTYPE html> | ||
<html ng-app="ttt" ng-controller="AppCtrl"> | ||
<head> | ||
<title ng-bind="pageTitle"></title> | ||
|
||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>Edge Testing Tool</title> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<!-- font awesome from BootstrapCDN --> | ||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> | ||
<!-- Bootstrap CSS CDN --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> | ||
|
||
<!-- compiled CSS --> | ||
<link rel="stylesheet" type="text/css" href="assets/ttt-0.0.1.css" /> | ||
|
||
<!-- compiled JavaScript --> | ||
<script type="text/javascript" src="assets/ttt-0.0.1.js"></script> | ||
|
||
<!-- Favicon --> | ||
<link rel="icon" href="assets/favicon.ico" type="image/x-icon" /> | ||
|
||
</head> | ||
|
||
<body> | ||
<div growl></div> | ||
<div ui-view="main"></div> | ||
<back-to-top></back-to-top> | ||
</body> | ||
|
||
|
||
</html> | ||
|
||
<!DOCTYPE html> | ||
<html ng-app="ttt" ng-controller="AppCtrl"> | ||
<head> | ||
<title ng-bind="pageTitle"></title> | ||
|
||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>Edge Testing Tool</title> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<!-- font awesome from BootstrapCDN --> | ||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> | ||
<!-- Bootstrap CSS CDN --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> | ||
|
||
<!-- compiled CSS --> | ||
<link rel="stylesheet" type="text/css" href="assets/ttt-0.0.1.css" /> | ||
|
||
<!-- compiled JavaScript --> | ||
<script type="text/javascript" src="assets/ttt-0.0.1.js"></script> | ||
|
||
<!-- Favicon --> | ||
<link rel="icon" href="assets/favicon.ico" type="image/x-icon" /> | ||
|
||
</head> | ||
|
||
<body> | ||
<div growl></div> | ||
<div ui-view="main"></div> | ||
<back-to-top></back-to-top> | ||
</body> | ||
|
||
|
||
</html> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters