added another page called Python symbols, changed title of the page
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite App</title>
|
||||
<title>TensorFlow Documentation</title>
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js" integrity="sha512-uto9mlQzrs59VwILcLiRYeLKPPbS/bT71da/OEBYEwcdNUk8jYIy+D176RYoop1Da+f9mvkYrmj5MCLZWEtQuA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
|
||||
+3
-1
@@ -3,7 +3,9 @@
|
||||
<!-- use the router-link component for navigation. -->
|
||||
<!-- specify the link by passing the `to` prop. -->
|
||||
<!-- `<router-link>` will render an `<a>` tag with the correct `href` attribute -->
|
||||
<router-link class="rlink" to="/">Home</router-link>
|
||||
<router-link class="rlink" to="/">Primary Symbols</router-link>
|
||||
|
|
||||
<router-link class="rlink" to="/">tf</router-link>
|
||||
|
|
||||
<router-link class="rlink" to="/about">About</router-link>
|
||||
</p>
|
||||
|
||||
@@ -85,7 +85,6 @@ export default class Home extends Vue
|
||||
.ui-state-active.header
|
||||
border-radius: 10px 10px 0 0!important
|
||||
|
||||
.content
|
||||
</style>
|
||||
|
||||
<style lang="sass">
|
||||
|
||||
Reference in New Issue
Block a user