mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-18 15:50:22 +00:00
24 lines
478 B
HTML
24 lines
478 B
HTML
<!doctype html>
|
|
<html xmlns:ng="http://angularjs.org">
|
|
<head>
|
|
<style>
|
|
p {
|
|
margin: 200px;
|
|
}
|
|
span {
|
|
border: 1px solid black;
|
|
font-family: 'andale mono';
|
|
font-size: 55px;
|
|
font-weight: bold;
|
|
letter-spacing: -3px;
|
|
padding: 50px 5px 50px 3px;
|
|
text-align: center;
|
|
text-shadow: black 1px 1px 1px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<p><span><ng/></span></p>
|
|
</body>
|
|
</html>
|